commit | c6f219dc83fbb30c8426fcc7850c28d9d33dee44 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jul 18 13:04:32 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Sep 21 16:14:14 2012 +0200 |
tree | a6f108c51fd48cd172f8dda70426e1a376459f90 | |
parent | 582bb505b67847600ee27e4cda108bb99a8b6306 [diff] [blame] |
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>
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index d0deb3e..3195a63 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c
@@ -869,7 +869,7 @@ } else { ___ieee80211_stop_tx_ba_session(sta, tid, WLAN_BACK_INITIATOR, - true); + false); } out: