Skip to content

Commit 25076fe

Browse files
Double LoKalle Valo
authored andcommitted
brcmfmac: fix CERT-P2P:5.1.10 failure
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
1 parent 216647e commit 25076fe

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

1 file changed

+1
-1
lines changed

drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#define BRCMF_PS_MAX_TIMEOUT_MS 2000
9090

9191
/* Dump obss definitions */
92-
#define ACS_MSRMNT_DELAY 100
92+
#define ACS_MSRMNT_DELAY 80
9393
#define CHAN_NOISE_DUMMY (-80)
9494
#define OBSS_TOKEN_IDX 15
9595
#define IBSS_TOKEN_IDX 15

0 commit comments

Comments
 (0)