Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
net/mac80211/agg-tx.c
··· 869 869 870 870 } else { 871 871 ___ieee80211_stop_tx_ba_session(sta, tid, WLAN_BACK_INITIATOR, 872 - true); 872 + false); 873 873 } 874 874 875 875 out: