Ver Fonte

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
Abhishek Singh há 7 anos atrás
pai
commit
104a1bfccc
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      core/hdd/inc/wlan_hdd_cfg.h

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

@@ -13397,7 +13397,7 @@ enum hdd_external_acs_freq_band {
  *
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to enable/disable scoring logic in FW for candidate
  * selection during roaming.
@@ -13410,7 +13410,7 @@ enum hdd_external_acs_freq_band {
  * </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)