Prechádzať zdrojové kódy

qcacmn: Set default passive Dwell time to 110 msec

In order to minimize the probability of beacon miss,
increase default passive Dwell time to 110 msec.

Change-Id: I98b0f9a68787638787a45b9179dfeb9826777cde
CRs-Fixed: 2425379
Abhinav Kumar 6 rokov pred
rodič
commit
7d41a1740a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      umac/scan/dispatcher/inc/wlan_scan_cfg.h

+ 1 - 1
umac/scan/dispatcher/inc/wlan_scan_cfg.h

@@ -146,7 +146,7 @@
  */
 #define CFG_PASSIVE_MAX_CHANNEL_TIME CFG_INI_UINT(\
 		"gPassiveMaxChannelTime",\
-		0, 10000, MCL_OR_WIN_VALUE(100, 300),\
+		0, 10000, MCL_OR_WIN_VALUE(110, 300),\
 		CFG_VALUE_OR_DEFAULT, "passive dwell time")
 
 /*