diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2010-09-26 21:28:51 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-09-28 15:47:55 -0400 |
commit | 793e721d21fd7d2825e3b7e56ff5009ec6d052e9 (patch) | |
tree | 7f80586b836e8d9859ffdb70ae435559497dca7a /drivers | |
parent | 8d4780eb1ece4e8109b4f6b2e5e61f7fc593c3f4 (diff) | |
download | talos-obmc-linux-793e721d21fd7d2825e3b7e56ff5009ec6d052e9.tar.gz talos-obmc-linux-793e721d21fd7d2825e3b7e56ff5009ec6d052e9.zip |
carl9170: remove non-standard ba session teardown
802.11n-2009 demands in 11.2.1: "
When a STA enters normal (non-APSD) PS mode, any downlink
Block ACK agreement without an associated schedule is
suspended for the duration of this PS mode."
The operative word is "suspended" and not terminated.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/carl9170/main.c b/drivers/net/wireless/ath/carl9170/main.c index 43de9dfa5820..d28b4ff8d281 100644 --- a/drivers/net/wireless/ath/carl9170/main.c +++ b/drivers/net/wireless/ath/carl9170/main.c @@ -1453,9 +1453,6 @@ static void carl9170_op_sta_notify(struct ieee80211_hw *hw, while ((skb = __skb_dequeue(&tid_info->queue))) __skb_queue_tail(&free, skb); spin_unlock_bh(&tid_info->lock); - - ieee80211_stop_tx_ba_session(sta, - tid_info->tid); } rcu_read_unlock(); } |