mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 17:53:56 +08:00
mac80211: don't send delBA on addBA failure
There's no reason to send a delBA when the peer refused our addBA, so change that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
582bb505b6
commit
c6f219dc83
@ -869,7 +869,7 @@ void ieee80211_process_addba_resp(struct ieee80211_local *local,
|
||||
|
||||
} else {
|
||||
___ieee80211_stop_tx_ba_session(sta, tid, WLAN_BACK_INITIATOR,
|
||||
true);
|
||||
false);
|
||||
}
|
||||
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user