diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 2968baa66b91..1c4d3ba6b878 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -885,10 +885,10 @@ void ieee80211_stop_tx_ba_cb(struct ieee80211_hw *hw, u8 *ra, u8 tid) | |||
885 | spin_unlock_bh(&txq->lock); | 885 | spin_unlock_bh(&txq->lock); |
886 | 886 | ||
887 | /* we just requeued the all the frames that were in the removed | 887 | /* we just requeued the all the frames that were in the removed |
888 | * queue, and since we might miss a softirq we do netif_schedule. | 888 | * queue, and since we might miss a softirq we do netif_schedule_queue. |
889 | * ieee80211_wake_queue is not used here as this queue is not | 889 | * ieee80211_wake_queue is not used here as this queue is not |
890 | * necessarily stopped */ | 890 | * necessarily stopped */ |
891 | netif_schedule(local->mdev); | 891 | netif_schedule_queue(txq); |
892 | spin_lock_bh(&sta->lock); | 892 | spin_lock_bh(&sta->lock); |
893 | *state = HT_AGG_STATE_IDLE; | 893 | *state = HT_AGG_STATE_IDLE; |
894 | sta->ampdu_mlme.addba_req_num[tid] = 0; | 894 | sta->ampdu_mlme.addba_req_num[tid] = 0; |