aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/566-ath9k_prepare_tid_queueing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/566-ath9k_prepare_tid_queueing.patch')
-rw-r--r--package/kernel/mac80211/patches/566-ath9k_prepare_tid_queueing.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/566-ath9k_prepare_tid_queueing.patch b/package/kernel/mac80211/patches/566-ath9k_prepare_tid_queueing.patch
new file mode 100644
index 0000000000..65e4be3e5d
--- /dev/null
+++ b/package/kernel/mac80211/patches/566-ath9k_prepare_tid_queueing.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/ath9k/xmit.c
++++ b/drivers/net/wireless/ath/ath9k/xmit.c
+@@ -1328,7 +1328,7 @@ void ath_tx_aggr_stop(struct ath_softc *
+
+ ath_txq_lock(sc, txq);
+ txtid->active = false;
+- txtid->paused = true;
++ txtid->paused = false;
+ ath_tx_flush_tid(sc, txtid);
+ ath_txq_unlock_complete(sc, txq);
+ }