mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
mac80211: split aggregation stop by reason
The initiator/tx doesn't really identify why an aggregation session is stopped, give a reason for stopping that more clearly identifies what's going on. This will help tell the driver clearly what is expected of it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d582cffbcd
commit
c82c4a80bb
8 changed files with 33 additions and 25 deletions
|
@ -1639,7 +1639,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
|
|||
mutex_lock(&local->sta_mtx);
|
||||
|
||||
list_for_each_entry(sta, &local->sta_list, list) {
|
||||
ieee80211_sta_tear_down_BA_sessions(sta, true);
|
||||
ieee80211_sta_tear_down_BA_sessions(
|
||||
sta, AGG_STOP_LOCAL_REQUEST);
|
||||
clear_sta_flag(sta, WLAN_STA_BLOCK_BA);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue