aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-29 19:44:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-29 19:44:05 +0000
commit7874fd511a62ff17481625165090f7913858a647 (patch)
treec5bd67c4c69359ed8d6a900c5f11b02c2d6524e8 /package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch
parent2958948698e58f039680e50e1200b0139424d238 (diff)
downloadmaster-187ad058-7874fd511a62ff17481625165090f7913858a647.tar.gz
master-187ad058-7874fd511a62ff17481625165090f7913858a647.tar.bz2
master-187ad058-7874fd511a62ff17481625165090f7913858a647.zip
ath9k: fix several issues in the tx queueing rework
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37616 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch')
-rw-r--r--package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch b/package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch
new file mode 100644
index 0000000000..d995683c4d
--- /dev/null
+++ b/package/kernel/mac80211/patches/568-ath9k_tid_init_clear_ps_filt.patch
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/ath/ath9k/xmit.c
++++ b/drivers/net/wireless/ath/ath9k/xmit.c
+@@ -2637,6 +2637,7 @@ void ath_tx_node_init(struct ath_softc *
+ for (acno = 0, ac = &an->ac[acno];
+ acno < IEEE80211_NUM_ACS; acno++, ac++) {
+ ac->sched = false;
++ ac->clear_ps_filter = true;
+ ac->txq = sc->tx.txq_map[acno];
+ INIT_LIST_HEAD(&ac->tid_q);
+ }