mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From: Hante Meuleman <meuleman@broadcom.com>
 | |
| Date: Wed, 18 Mar 2015 13:25:23 +0100
 | |
| Subject: [PATCH] brcmfmac: Update msgbuf commonring size for improved
 | |
|  throughput.
 | |
| 
 | |
| Reviewed-by: Arend Van Spriel <arend@broadcom.com>
 | |
| Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
 | |
| Signed-off-by: Hante Meuleman <meuleman@broadcom.com>
 | |
| Signed-off-by: Arend van Spriel <arend@broadcom.com>
 | |
| Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
 | |
| ---
 | |
| 
 | |
| --- a/drivers/net/wireless/brcm80211/brcmfmac/msgbuf.h
 | |
| +++ b/drivers/net/wireless/brcm80211/brcmfmac/msgbuf.h
 | |
| @@ -17,11 +17,11 @@
 | |
|  
 | |
|  #ifdef CPTCFG_BRCMFMAC_PROTO_MSGBUF
 | |
|  
 | |
| -#define BRCMF_H2D_MSGRING_CONTROL_SUBMIT_MAX_ITEM	20
 | |
| -#define BRCMF_H2D_MSGRING_RXPOST_SUBMIT_MAX_ITEM	256
 | |
| -#define BRCMF_D2H_MSGRING_CONTROL_COMPLETE_MAX_ITEM	20
 | |
| +#define BRCMF_H2D_MSGRING_CONTROL_SUBMIT_MAX_ITEM	64
 | |
| +#define BRCMF_H2D_MSGRING_RXPOST_SUBMIT_MAX_ITEM	512
 | |
| +#define BRCMF_D2H_MSGRING_CONTROL_COMPLETE_MAX_ITEM	64
 | |
|  #define BRCMF_D2H_MSGRING_TX_COMPLETE_MAX_ITEM		1024
 | |
| -#define BRCMF_D2H_MSGRING_RX_COMPLETE_MAX_ITEM		256
 | |
| +#define BRCMF_D2H_MSGRING_RX_COMPLETE_MAX_ITEM		512
 | |
|  #define BRCMF_H2D_TXFLOWRING_MAX_ITEM			512
 | |
|  
 | |
|  #define BRCMF_H2D_MSGRING_CONTROL_SUBMIT_ITEMSIZE	40
 |