Files
linux/net/mac80211
Johannes Berg e34cacd27f mac80211: free netdev on dev_alloc_name() error
[ Upstream commit c7a61cba71 ]

The change to remove free_netdev() from ieee80211_if_free()
erroneously didn't add the necessary free_netdev() for when
ieee80211_if_free() is called directly in one place, rather
than as the priv_destructor. Add the missing call.

Fixes: cf124db566 ("net: Fix inconsistent teardown and release of private netdev state.")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-05 14:41:34 +02:00
..
2017-02-27 14:09:49 +01:00
2014-11-04 13:18:21 +01:00
2014-04-09 14:49:43 +02:00
2015-05-11 19:16:04 +02:00
2014-04-09 14:49:43 +02:00
2016-12-13 16:05:09 +01:00
2017-02-09 15:17:30 +01:00
2012-03-13 14:54:16 -04:00