projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582bb50
)
mac80211: don't send delBA on addBA failure
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 18 Jul 2012 11:04:32 +0000
(13:04 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 21 Sep 2012 14:14:14 +0000
(16:14 +0200)
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>
net/mac80211/agg-tx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/agg-tx.c
b/net/mac80211/agg-tx.c
index d0deb3edae21fe4a1fc3cbbc7773e742945197f4..3195a6307f50eeb5e6715a6db0fbecc4fee2f4d5 100644
(file)
--- 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,
-
tru
e);
+
fals
e);
}
out: