brcmfmac: fix CERT-P2P:5.1.10 failure
authorDouble Lo <double.lo@cypress.com>
Thu, 29 Sep 2022 01:25:26 +0000 (20:25 -0500)
committerKalle Valo <kvalo@kernel.org>
Tue, 4 Oct 2022 08:27:32 +0000 (11:27 +0300)
This patch fix CERT-P2P:5.1.10 failure at step 18 Group formation failed
due to chip is under dump survey. Decrease the dump survery duration to
pass this certification case.

Signed-off-by: Double Lo <double.lo@cypress.com>
Signed-off-by: Chi-hsien Lin <chi-hsien.lin@infineon.com>
Signed-off-by: Ian Lin <ian.lin@infineon.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220929012527.4152-4-ian.lin@infineon.com
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c

index db39e73..c13c4c5 100644 (file)
@@ -89,7 +89,7 @@
 #define BRCMF_PS_MAX_TIMEOUT_MS                2000
 
 /* Dump obss definitions */
-#define ACS_MSRMNT_DELAY               100
+#define ACS_MSRMNT_DELAY               80
 #define CHAN_NOISE_DUMMY               (-80)
 #define OBSS_TOKEN_IDX                 15
 #define IBSS_TOKEN_IDX                 15