qcacmn: Disable adaptive dwell time in not connected state

Disable adaptive dwell time for scans in not connected state to
optimize host scans for fast connection.

Change-Id: I28f762c3ee44ffc20a7565ccc1d8e40f16aedb4e
CRs-Fixed: 2357888
このコミットが含まれているのは:
Abhishek Singh
2018-12-26 11:38:28 +05:30
committed by nshrivas
コミット 2ceaf3729a

ファイルの表示

@@ -187,7 +187,7 @@
* during host scan without conneciton * during host scan without conneciton
* @Min: 0 * @Min: 0
* @Max: 4 * @Max: 4
* @Default: 1 * @Default: 4
* *
* This ini will set the algo used in dwell time optimization * This ini will set the algo used in dwell time optimization
* during host scan with connection. * during host scan with connection.
@@ -209,7 +209,7 @@
*/ */
#define CFG_ADAPTIVE_SCAN_DWELL_MODE_NC CFG_INI_UINT(\ #define CFG_ADAPTIVE_SCAN_DWELL_MODE_NC CFG_INI_UINT(\
"hostscan_adaptive_dwell_mode_no_conn",\ "hostscan_adaptive_dwell_mode_no_conn",\
0, 4, MCL_OR_WIN_VALUE(1, 0),\ 0, 4, MCL_OR_WIN_VALUE(4, 0),\
CFG_VALUE_OR_DEFAULT,\ CFG_VALUE_OR_DEFAULT,\
"Enable adaptive dwell mode without connection") "Enable adaptive dwell mode without connection")
/* /*