summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Singh <absingh@codeaurora.org>2017-12-12 14:46:11 +0530
committersnandini <snandini@codeaurora.org>2017-12-13 02:46:48 -0800
commit24168ffad4e2ab13d1c947db64edf286eec05c97 (patch)
tree89a675cd9dbf81c9864ad1e0866fe92a7e00cd1c
parent39f0c4ca863ad1b61820a9a288cc9babcaa927e0 (diff)
qcacld-3.0: Enable roaming scoring logic by default
Set enable_scoring_for_roam to enable roaming scoring logic by default. Change-Id: Ib48116142f38d3a796f0c02d0345ebc3fdd36700 CRs-Fixed: 2157478
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index c3f5698f3ecc..937533dc8252 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -13463,7 +13463,7 @@ enum hw_filter_mode {
*
* @Min: 0
* @Max: 1
- * @Default: 0
+ * @Default: 1
*
* This ini is used to enable/disable scoring logic in FW for candidate
* selection during roaming.
@@ -13476,7 +13476,7 @@ enum hw_filter_mode {
* </ini>
*/
#define CFG_ENABLE_SCORING_FOR_ROAM_NAME "enable_scoring_for_roam"
-#define CFG_ENABLE_SCORING_FOR_ROAM_DEFAULT (0)
+#define CFG_ENABLE_SCORING_FOR_ROAM_DEFAULT (1)
#define CFG_ENABLE_SCORING_FOR_ROAM_MIN (0)
#define CFG_ENABLE_SCORING_FOR_ROAM_MAX (1)