1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00

mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption.

SVN-Revision: 35913
This commit is contained in:
Hauke Mehrtens 2013-03-09 20:01:55 +00:00
parent 44ed7d664a
commit 681769d0c0

View File

@ -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)