summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungjoon Park <sungjoon.park@broadcom.corp-partner.google.com>2022-08-31 12:31:20 +0900
committerPaul Chen <chenpaul@google.com>2022-10-20 05:36:56 +0000
commit4b6349dd39bbe2013614dcd5ff94fd661d696d82 (patch)
treed4212e13b8decd5bf170af9ae9db78b30a17a3c4
parent169af5f12feb45900b740645f67f97eb663d5c85 (diff)
downloadbcm4389-4b6349dd39bbe2013614dcd5ff94fd661d696d82.tar.gz
bcmdhd: Optimized the connect scan time to reduce the connection time
Change to connect scan time from 200ms to 100ms to reduce the connection time. And, this also ensure that GO can hear probe request even with the lowest duty cycle in MCC mode. Bug: 236194982 Test: Verified from Google internal test. Change-Id: I7527dbc5fb004d2bb0daaeed1f3013c5c6f0b396 Signed-off-by: Sungjoon Park <sungjoon.park@broadcom.corp-partner.google.com>
-rw-r--r--wl_cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wl_cfg80211.h b/wl_cfg80211.h
index 69640e2..e798e8e 100644
--- a/wl_cfg80211.h
+++ b/wl_cfg80211.h
@@ -718,7 +718,7 @@ do { \
#else
#define IFACE_MAX_CNT 5
#endif /* WL_MLO */
-#define WL_SCAN_CONNECT_DWELL_TIME_MS 200
+#define WL_SCAN_CONNECT_DWELL_TIME_MS 100
#define WL_SCAN_JOIN_PROBE_INTERVAL_MS 20
#define WL_SCAN_JOIN_ACTIVE_DWELL_TIME_MS 320
#define WL_BCAST_SCAN_JOIN_ACTIVE_DWELL_TIME_MS 80