aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/ath/511-ath9k_reduce_rxbuf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/ath/511-ath9k_reduce_rxbuf.patch')
-rw-r--r--package/kernel/mac80211/patches/ath/511-ath9k_reduce_rxbuf.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/mac80211/patches/ath/511-ath9k_reduce_rxbuf.patch b/package/kernel/mac80211/patches/ath/511-ath9k_reduce_rxbuf.patch
deleted file mode 100644
index 15b8d7b86b..0000000000
--- a/package/kernel/mac80211/patches/ath/511-ath9k_reduce_rxbuf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/ath9k.h
-+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
-@@ -88,7 +88,7 @@ int ath_descdma_setup(struct ath_softc *
- (_l) &= ((_sz) - 1); \
- } while (0)
-
--#define ATH_RXBUF 512
-+#define ATH_RXBUF 256
- #define ATH_TXBUF 512
- #define ATH_TXBUF_RESERVE 5
- #define ATH_TXMAXTRY 13