mac80211: b43: increase number of rx slots to 256 again.
SVN-Revision: 35944
This commit is contained in:
parent
9facda9570
commit
281e12abae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
/* DMA engine tuning knobs */
|
/* DMA engine tuning knobs */
|
||||||
#define B43_TXRING_SLOTS 256
|
#define B43_TXRING_SLOTS 256
|
||||||
-#define B43_RXRING_SLOTS 64
|
-#define B43_RXRING_SLOTS 64
|
||||||
+#define B43_RXRING_SLOTS 128
|
+#define B43_RXRING_SLOTS 256
|
||||||
#define B43_DMA0_RX_FW598_BUFSIZE (B43_DMA0_RX_FW598_FO + IEEE80211_MAX_FRAME_LEN)
|
#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)
|
#define B43_DMA0_RX_FW351_BUFSIZE (B43_DMA0_RX_FW351_FO + IEEE80211_MAX_FRAME_LEN)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue