Re: [PATCH v2] brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devices
From: Ian W MORRISON <hidden>
Date: 2017-09-02 07:15:32
On 2 September 2017 at 06:04, Arend van Spriel [off-list ref] wrote:
On 31-08-17 00:51, Ian W MORRISON wrote:quoted
The firmware feature check introduced for multi-scheduled scan is also failing for bcm4345 devices resulting in a firmware crash. The reason for this crash has not yet been root cause so this patch avoids the feature check for those device as a short-term fix.Thanks. This is one of the few devices that I actually do not have on my desk. Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>quoted
Fixes: 9fe929aaace6 ("brcmfmac: add firmware feature detection for gscan feature") Signed-off-by: Ian W MORRISON <redacted> --- v2: Fixed tabs being replaced by spaces in patch submission Tested on MINIX NEO Z83-4 and MINIX NEO Z83-4 Pro devices. --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Thanks. This patch of course is required to fix the '4.13 REGRESSION' for brcm4345 sdio wifi with 4.13-rc1 through 4.13-rc7 as v4.12.10 is the last working release. If you want me to test anything specific on this device let me know.