summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanthosh Kumar Padma <skpadma@qti.qualcomm.com>2014-05-19 16:51:02 +0530
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-05-22 17:30:36 -0700
commitdeb394fb4f182a3bdd6da41aedee304f9451f70e (patch)
tree2436ac0b9e6da6145e7e8495f9c442e81c139398
parente2942ccd043b17a0aac6685b4c4dc1ff0285474b (diff)
qcacld: Remove FastTransitionEnabled from ini
By default, FastTransitionEnabled is one in all projects for 11r to work. Remove this parameter from ini and make CFG_FAST_TRANSITION_ENABLED_NAME_DEFAULT as 1 Change-Id: Id95ee3034f4db2e37a58e022f0e0524f740bb555 CRs-Fixed: 661473
-rw-r--r--CORE/HDD/inc/wlan_hdd_cfg.h2
-rwxr-xr-xfirmware_bin/WCNSS_qcom_cfg.ini1
2 files changed, 1 insertions, 2 deletions
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h
index b3127d550862..7794043babfa 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg.h
@@ -823,7 +823,7 @@ typedef enum
#define CFG_FAST_TRANSITION_ENABLED_NAME "FastTransitionEnabled"
#define CFG_FAST_TRANSITION_ENABLED_NAME_MIN (0)
#define CFG_FAST_TRANSITION_ENABLED_NAME_MAX (1)
-#define CFG_FAST_TRANSITION_ENABLED_NAME_DEFAULT (0) //disabled
+#define CFG_FAST_TRANSITION_ENABLED_NAME_DEFAULT (1) //Enabled
/* This parameter is used to decide whether to Roam or not.
* AP1 is the currently associated AP and AP2 is chosen for roaming.
diff --git a/firmware_bin/WCNSS_qcom_cfg.ini b/firmware_bin/WCNSS_qcom_cfg.ini
index 432c94727028..02fa04b01036 100755
--- a/firmware_bin/WCNSS_qcom_cfg.ini
+++ b/firmware_bin/WCNSS_qcom_cfg.ini
@@ -165,7 +165,6 @@ g11hSupportEnabled=1
# ESE Support and fast transition
EseEnabled=0
-FastTransitionEnabled=1
ImplicitQosIsEnabled=0
gNeighborScanTimerPeriod=200