Browse Source

qcacld-3.0: Enable LFR3 by default

Enable LFR3(Firmware based roaming) feature by default
in the runtime configuration files.

Change-Id: Id9e4b496596c7c7fa3d1f62376cbc1f3edafc18c
CRs-Fixed: 991784
Varun Reddy Yeturu 9 years ago
parent
commit
215ef9484b
2 changed files with 1 additions and 5 deletions
  1. 0 4
      config/WCNSS_qcom_cfg.ini
  2. 1 1
      core/hdd/inc/wlan_hdd_cfg.h

+ 0 - 4
config/WCNSS_qcom_cfg.ini

@@ -547,10 +547,6 @@ gSapSccChanAvoidance=0
 # Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
 gIbssTxSpEndInactivityTime=10
 
-# Enable/Disable Roaming Offload Support (a.k.a Key Management Offload)
-# 0 to disable, 1 to enable
-gRoamOffloadEnabled=0
-
 # Enable support for TDLS
 #  0 - disable
 #  1 - enable

+ 1 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -2364,7 +2364,7 @@ typedef enum {
 #define CFG_ROAMING_OFFLOAD_NAME                "gRoamOffloadEnabled"
 #define CFG_ROAMING_OFFLOAD_MIN                 (0)
 #define CFG_ROAMING_OFFLOAD_MAX                 (1)
-#define CFG_ROAMING_OFFLOAD_DEFAULT             (0)
+#define CFG_ROAMING_OFFLOAD_DEFAULT             (1)
 #endif
 
 #define CFG_IPA_UC_TX_BUF_COUNT_NAME               "IpaUcTxBufCount"