mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user