diff options
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 5a4e19b88032..4054399be907 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -1236,6 +1236,7 @@ void ieee80211_remove_interfaces(struct ieee80211_local *local) | |||
1236 | } | 1236 | } |
1237 | mutex_unlock(&local->iflist_mtx); | 1237 | mutex_unlock(&local->iflist_mtx); |
1238 | unregister_netdevice_many(&unreg_list); | 1238 | unregister_netdevice_many(&unreg_list); |
1239 | list_del(&unreg_list); | ||
1239 | } | 1240 | } |
1240 | 1241 | ||
1241 | static u32 ieee80211_idle_off(struct ieee80211_local *local, | 1242 | static u32 ieee80211_idle_off(struct ieee80211_local *local, |