summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungjoon Park <sungjoon.park@broadcom.corp-partner.google.com>2022-08-31 12:31:20 +0900
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-10-20 06:45:57 +0000
commit546cee2b2df695b13162e5f4580268bed7d9f104 (patch)
treeeb37c4d79823c0647b5c9f7afde689315bebd632
parentb278ef35e925606f9a69c675e1518e792f36d8fb (diff)
downloadbcm4389-546cee2b2df695b13162e5f4580268bed7d9f104.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 bd12735..b0b35cb 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