|
@@ -21,6 +21,8 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
|
|
|
|
|
|
ieee80211_roc_purge(local, NULL);
|
|
|
|
|
|
+ ieee80211_del_virtual_monitor(local);
|
|
|
+
|
|
|
if (hw->flags & IEEE80211_HW_AMPDU_AGGREGATION) {
|
|
|
mutex_lock(&local->sta_mtx);
|
|
|
list_for_each_entry(sta, &local->sta_list, list) {
|
|
@@ -103,10 +105,6 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
|
|
|
drv_remove_interface(local, sdata);
|
|
|
}
|
|
|
|
|
|
- sdata = rtnl_dereference(local->monitor_sdata);
|
|
|
- if (sdata)
|
|
|
- drv_remove_interface(local, sdata);
|
|
|
-
|
|
|
/*
|
|
|
* We disconnected on all interfaces before suspend, all channel
|
|
|
* contexts should be released.
|