aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-06 10:30:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-06 10:30:58 +0000
commit592f2c6e2b79304d9f0132d8394c10906b3d187b (patch)
treedc8d88b823468c1a595c468143d3eebf134971d8 /package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch
parent27fa6405484077d860a0ed8c4ed9bf434aefe611 (diff)
downloadupstream-592f2c6e2b79304d9f0132d8394c10906b3d187b.tar.gz
upstream-592f2c6e2b79304d9f0132d8394c10906b3d187b.tar.bz2
upstream-592f2c6e2b79304d9f0132d8394c10906b3d187b.zip
ath9k: add some more fixes for the tx queueing rework
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37713
Diffstat (limited to 'package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch')
-rw-r--r--package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch b/package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch
index d2c2bac78c..8ac529426a 100644
--- a/package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch
+++ b/package/kernel/mac80211/patches/560-ath9k_prepare_tid_queue_split.patch
@@ -166,7 +166,7 @@
TX_STAT_INC(txq->axq_qnum, a_queued_hw);
- if (skb_queue_empty(&tid->buf_q))
-+ if (ath_tid_has_buffered(tid))
++ if (!ath_tid_has_buffered(tid))
ieee80211_sta_set_buffered(an->sta, i, false);
}
ath_txq_unlock_complete(sc, tid->ac->txq);