Переглянути джерело

qcacld-3.0: Enable band preference for 6ghz

Enable band preference for 6ghz and give default
max weightage to 6ghz to push it for STA operation.

Change-Id: I2fb1d68bb0d8535b4e9813fdd1551723a1fe4f56
CRs-Fixed: 2688585
gaurank kathpalia 5 роки тому
батько
коміт
9064ce5cb3
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_scoring.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_scoring.h

@@ -615,7 +615,7 @@
  * Indexes are defined in this way.
  *     0 Index (BITS 0-7): 2.4GHz - Def 10%
  *     1 Index (BITS 8-15): 5GHz - Def 20%
- *     2 Index (BITS 16-23): Reserved
+ *     2 Index (BITS 16-23): 6Ghz - Def - 100%
  *     3 Index (BITS 24-31): Reserved
  * These percentage values are stored in HEX. For any index max value, can be 64
  *
@@ -631,7 +631,7 @@
 	"band_weight_per_index", \
 	0x00000000, \
 	0x64646464, \
-	0x0000644B, \
+	0x00644B32, \
 	CFG_VALUE_OR_DEFAULT, \
 	"Band weight per index")