summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-03-09 20:01:55 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-03-09 20:01:55 +0000
commit681769d0c05150ad1d68a1eaca0ea6597168b117 (patch)
tree413d4721a28821b49c88f60777eb037b905ac813 /package/mac80211/patches
parent44ed7d664afefa70df85247516846752c88140c0 (diff)
downloadmaster-31e0f0ae-681769d0c05150ad1d68a1eaca0ea6597168b117.tar.gz
master-31e0f0ae-681769d0c05150ad1d68a1eaca0ea6597168b117.tar.bz2
master-31e0f0ae-681769d0c05150ad1d68a1eaca0ea6597168b117.zip
mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption.
SVN-Revision: 35913
Diffstat (limited to 'package/mac80211/patches')
-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 94c6ff2dbb..124c381241 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)