mirror of https://github.com/hak5/openwrt.git
mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption.
SVN-Revision: 35913lede-17.01
parent
44ed7d664a
commit
681769d0c0
|
@ -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)
|
||||
|
Loading…
Reference in New Issue