mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 */
|
||||
#define B43_TXRING_SLOTS 256
|
||||
-#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_FW351_BUFSIZE (B43_DMA0_RX_FW351_FO + IEEE80211_MAX_FRAME_LEN)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue