aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-07-18 13:04:32 +0200
committerJohannes Berg <johannes.berg@intel.com>2012-09-21 16:14:14 +0200
commitc6f219dc83fbb30c8426fcc7850c28d9d33dee44 (patch)
treea6f108c51fd48cd172f8dda70426e1a376459f90 /net/mac80211
parentmac80211: don't send delBA when removing stations (diff)
downloadlinux-dev-c6f219dc83fbb30c8426fcc7850c28d9d33dee44.tar.xz
linux-dev-c6f219dc83fbb30c8426fcc7850c28d9d33dee44.zip
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>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/agg-tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c
index d0deb3edae21..3195a6307f50 100644
--- a/net/mac80211/agg-tx.c
+++ b/net/mac80211/agg-tx.c
@@ -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: