Jelajahi Sumber

qcacld-3.0: Change default value of pcl_weightage to 10

Change default value of pcl_weightage to 10, so that PCL weightage
is used while connecting to a profile to select best BSS.

Change-Id: Ic074e01480d32510fb355846d92cb81d01e6e0d8
CRs-Fixed: 2206140
Abhishek Singh 7 tahun lalu
induk
melakukan
a6e5c3f0bf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/hdd/inc/wlan_hdd_cfg.h

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

@@ -12821,7 +12821,7 @@ enum hdd_external_acs_freq_band {
  * </ini>
  */
 #define CFG_PCL_WEIGHT_WEIGHTAGE_NAME "pcl_weightage"
-#define CFG_PCL_WEIGHT_DEFAULT        (0)
+#define CFG_PCL_WEIGHT_DEFAULT        (10)
 #define CFG_PCL_WEIGHT_MIN            (0)
 #define CFG_PCL_WEIGHT_MAX            (100)