aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/566-ath9k_prepare_tid_queueing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/mac80211/patches/566-ath9k_prepare_tid_queueing.patch')
-rw-r--r--package/mac80211/patches/566-ath9k_prepare_tid_queueing.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/566-ath9k_prepare_tid_queueing.patch b/package/mac80211/patches/566-ath9k_prepare_tid_queueing.patch
deleted file mode 100644
index 65e4be3e5d..0000000000
--- a/package/mac80211/patches/566-ath9k_prepare_tid_queueing.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }