mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From e3720dad99859251a8b0fe2807275a8afcfb560d Mon Sep 17 00:00:00 2001
 | |
| From: Double Lo <double.lo@cypress.com>
 | |
| Date: Tue, 19 Dec 2017 14:56:44 +0800
 | |
| Subject: [PATCH] brcmfmac: Support 43455 save-restore (SR) feature if FW
 | |
|  include -sr
 | |
| 
 | |
| This patch will add 43455 into the save-restore(SR) capable chip list, so
 | |
| the SR engine will be enabled with 43455 FW which built-in the -sr
 | |
| function.
 | |
| 
 | |
| Signed-off-by: Double Lo <double.lo@cypress.com>
 | |
| Signed-off-by: Wright Feng <wright.feng@cypress.com>
 | |
| Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
 | |
| ---
 | |
|  drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
 | |
| +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
 | |
| @@ -1338,6 +1338,7 @@ bool brcmf_chip_sr_capable(struct brcmf_
 | |
|  	switch (pub->chip) {
 | |
|  	case BRCM_CC_4354_CHIP_ID:
 | |
|  	case BRCM_CC_4356_CHIP_ID:
 | |
| +	case BRCM_CC_4345_CHIP_ID:
 | |
|  		/* explicitly check SR engine enable bit */
 | |
|  		pmu_cc3_mask = BIT(2);
 | |
|  		/* fall-through */
 |