2017-12-19 06:56:44

by Wright Feng

[permalink] [raw]
Subject: [PATCH v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr

From: Double Lo <[email protected]>

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 <[email protected]>
Signed-off-by: Wright Feng <[email protected]>
---
v2: Add Wright's signed-off-by
---
drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c
index c5d1a1c..f7b30ce 100644
--- 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_chip *pub)
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 */
--
1.9.1


2018-01-08 17:21:10

by Kalle Valo

[permalink] [raw]
Subject: Re: [v2] brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr

Wright Feng <[email protected]> wrote:

> From: Double Lo <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Wright Feng <[email protected]>

Patch applied to wireless-drivers-next.git, thanks.

e3720dad9985 brcmfmac: Support 43455 save-restore (SR) feature if FW include -sr

--
https://patchwork.kernel.org/patch/10122587/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches