a0129dfd8e
This forces all packets (even for un-aggregated traffic) through software queues to improve fairness and stability Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37483
11 lines
322 B
Diff
11 lines
322 B
Diff
--- 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);
|
|
}
|