diff options
Diffstat (limited to 'net/mac80211/ht.c')
-rw-r--r-- | net/mac80211/ht.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/mac80211/ht.c b/net/mac80211/ht.c index 591add22bcc0..7cfc286946c0 100644 --- a/net/mac80211/ht.c +++ b/net/mac80211/ht.c | |||
@@ -140,6 +140,12 @@ void ieee80211_ba_session_work(struct work_struct *work) | |||
140 | sta, tid, WLAN_BACK_RECIPIENT, | 140 | sta, tid, WLAN_BACK_RECIPIENT, |
141 | WLAN_REASON_QSTA_TIMEOUT, true); | 141 | WLAN_REASON_QSTA_TIMEOUT, true); |
142 | 142 | ||
143 | if (test_and_clear_bit(tid, | ||
144 | sta->ampdu_mlme.tid_rx_stop_requested)) | ||
145 | ___ieee80211_stop_rx_ba_session( | ||
146 | sta, tid, WLAN_BACK_RECIPIENT, | ||
147 | WLAN_REASON_UNSPECIFIED, true); | ||
148 | |||
143 | tid_tx = sta->ampdu_mlme.tid_start_tx[tid]; | 149 | tid_tx = sta->ampdu_mlme.tid_start_tx[tid]; |
144 | if (tid_tx) { | 150 | if (tid_tx) { |
145 | /* | 151 | /* |