diff options
| author | Yeshwanth Sriram Guntuka <ysriramg@codeaurora.org> | 2018-09-20 16:04:07 +0530 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-10-25 13:07:56 -0700 |
| commit | d66ba2940f780df6f55b5c8e5fd45f577013e7e7 (patch) | |
| tree | 65bf253b0cb8b100e51ce2f02c9a1a0723d98273 /core | |
| parent | 8df598be858c2f9dafc294b65c7f521da6896860 (diff) | |
qcacld-3.0: Enable FILS discovery in SAP by default
Enable FILS discovery in SAP mode by default.
Change-Id: Id21042172db59900814d3cbc557327c7b55a3ef2
CRs-Fixed: 2317667
Diffstat (limited to 'core')
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 19180ba1e664..520de6a2ae9a 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -14298,7 +14298,7 @@ enum hw_filter_mode { #define CFG_ENABLE_FILS_DISCOVERY_SAP_NAME "oce_enable_fils_discovery_sap" #define CFG_ENABLE_FILS_DISCOVERY_SAP_MIN (0) #define CFG_ENABLE_FILS_DISCOVERY_SAP_MAX (1) -#define CFG_ENABLE_FILS_DISCOVERY_SAP_DEFAULT (0) +#define CFG_ENABLE_FILS_DISCOVERY_SAP_DEFAULT (1) /* * <ini> |
