mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	This updates mac80211 to backports based on kernel 4.19-rc4. I plan to integrate all the patches which are in this tar into upstream backports soon. I used the backports generated from this code: https://github.com/hauke/backports/commits/wip2 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			12 lines
		
	
	
		
			436 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			436 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/net/wireless/broadcom/b43/dma.h
 | |
| +++ b/drivers/net/wireless/broadcom/b43/dma.h
 | |
| @@ -170,7 +170,7 @@ struct b43_dmadesc_generic {
 | |
|  
 | |
|  /* DMA engine tuning knobs */
 | |
|  #define B43_TXRING_SLOTS		256
 | |
| -#define B43_RXRING_SLOTS		256
 | |
| +#define B43_RXRING_SLOTS		32
 | |
|  #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)
 | |
|  
 |