Skip to content
Snippets Groups Projects
Commit 681769d0 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

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

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

SVN-Revision: 35913
parent 44ed7d66
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment