From 5d298d12ecfe9f418fdc6c40873b3e32343d0c2e Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 9 Mar 2013 20:01:55 +0000 Subject: [PATCH] mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption. SVN-Revision: 35913 --- ...lots.patch => 840-b43-increase_number_of_rx_dma_slots.patch} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename package/mac80211/patches/{840-43-increase_number_of_rx_dma_slots.patch => 840-b43-increase_number_of_rx_dma_slots.patch} (92%) diff --git a/package/mac80211/patches/840-43-increase_number_of_rx_dma_slots.patch b/package/mac80211/patches/840-b43-increase_number_of_rx_dma_slots.patch similarity index 92% rename from package/mac80211/patches/840-43-increase_number_of_rx_dma_slots.patch rename to package/mac80211/patches/840-b43-increase_number_of_rx_dma_slots.patch index 94c6ff2dbb..124c381241 100644 --- a/package/mac80211/patches/840-43-increase_number_of_rx_dma_slots.patch +++ b/package/mac80211/patches/840-b43-increase_number_of_rx_dma_slots.patch @@ -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) -- 2.30.2