|
@@ -23,7 +23,8 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
|
|
|
|
|
|
ieee80211_del_virtual_monitor(local);
|
|
ieee80211_del_virtual_monitor(local);
|
|
|
|
|
|
- if (ieee80211_hw_check(hw, AMPDU_AGGREGATION)) {
|
|
|
|
|
|
+ if (ieee80211_hw_check(hw, AMPDU_AGGREGATION) &&
|
|
|
|
+ !(wowlan && wowlan->any)) {
|
|
mutex_lock(&local->sta_mtx);
|
|
mutex_lock(&local->sta_mtx);
|
|
list_for_each_entry(sta, &local->sta_list, list) {
|
|
list_for_each_entry(sta, &local->sta_list, list) {
|
|
set_sta_flag(sta, WLAN_STA_BLOCK_BA);
|
|
set_sta_flag(sta, WLAN_STA_BLOCK_BA);
|