Merge "qcacld-3.0: Enable gExtScanEnable by default" into wlan-cld3.driver.lnx.1.1-dev

This commit is contained in:
Service qcabuildsw 2016-10-03 15:16:50 -07:00 committed by Gerrit - the friendly Code Review server
commit bf189c2985

View File

@ -2881,14 +2881,14 @@ enum dot11p_mode {
#ifdef FEATURE_WLAN_EXTSCAN
/*
* This ini is added to control the enabling of extscan feature outside of code
* To enable , gExtScanEnable=1 need to be declared in ini file.
* Otherwise, Extscan feature will remain disabled.
* This ini is added to control the enabling of extscan feature outside of code.
* By default extscan feature will be enabled, to disable extscan add
* gExtScanEnable=0 in ini file.
*/
#define CFG_EXTSCAN_ALLOWED_NAME "gExtScanEnable"
#define CFG_EXTSCAN_ALLOWED_MIN (0)
#define CFG_EXTSCAN_ALLOWED_MAX (1)
#define CFG_EXTSCAN_ALLOWED_DEF (0)
#define CFG_EXTSCAN_ALLOWED_DEF (1)
#define CFG_EXTSCAN_PASSIVE_MAX_CHANNEL_TIME_NAME "gExtScanPassiveMaxChannelTime"
#define CFG_EXTSCAN_PASSIVE_MAX_CHANNEL_TIME_MIN (0)