summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch')
-rw-r--r--package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch b/package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch
index 15b8d7b86b..6766111dfd 100644
--- a/package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch
+++ b/package/kernel/mac80211/patches/511-ath9k_reduce_rxbuf.patch
@@ -8,4 +8,4 @@
+#define ATH_RXBUF 256
#define ATH_TXBUF 512
#define ATH_TXBUF_RESERVE 5
- #define ATH_TXMAXTRY 13
+ #define ATH_MAX_QDEPTH (ATH_TXBUF / 4 - ATH_TXBUF_RESERVE)