summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-09 20:01:55 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-09 20:01:55 +0000
commit35a6840651ab4f4e5b4332e599ad1dbdcf2bc83e (patch)
treedf63dfea99fea259bc61483cc5a4aa2b7732cf8e /package/mac80211
parentf324bddaf74aac8f179bd15d2ba9beebcae90203 (diff)
mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35913 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/840-b43-increase_number_of_rx_dma_slots.patch (renamed from package/mac80211/patches/840-43-increase_number_of_rx_dma_slots.patch)2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/840-43-increase_number_of_rx_dma_slots.patch b/package/mac80211/patches/840-b43-increase_number_of_rx_dma_slots.patch
index 94c6ff2db..124c38124 100644
--- a/package/mac80211/patches/840-43-increase_number_of_rx_dma_slots.patch
+++ b/package/mac80211/patches/840-b43-increase_number_of_rx_dma_slots.patch
@@ -5,7 +5,7 @@
/* DMA engine tuning knobs */
#define B43_TXRING_SLOTS 256
-#define B43_RXRING_SLOTS 64
-+#define B43_RXRING_SLOTS 256
++#define B43_RXRING_SLOTS 128
#define B43_DMA0_RX_FW598_BUFSIZE (B43_DMA0_RX_FW598_FO + IEEE80211_MAX_FRAME_LEN)
#define B43_DMA0_RX_FW351_BUFSIZE (B43_DMA0_RX_FW351_FO + IEEE80211_MAX_FRAME_LEN)