diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-10-03 15:16:50 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-03 15:16:50 -0700 |
| commit | bf189c2985158d82cc3e1d93eb39630950fb2d23 (patch) | |
| tree | 4594a4e4db59d0d86c73768b09a3304bed9d2ccc | |
| parent | 467dde4b12aafc11fd57c1d400257461236eb19e (diff) | |
| parent | 8fba6693aaef3d86f0016ef9ad491a590597b955 (diff) | |
Merge "qcacld-3.0: Enable gExtScanEnable by default" into wlan-cld3.driver.lnx.1.1-dev
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index ba1e3d5f56b6..6dde98b0af33 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -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) |
