Browse Source

qcacld-3.0: Change the default value of normalize acs ini weight

Change the default value of normalize weight ini to
disable all non-PSC 6ghz channels for the SAP ACS
operation, and give weightage only to the PSC
frequencies.

Change-Id: I4c8f349a396ffe4a2f378a59f5a67036b9d573eb
CRs-Fixed: 2578824
gaurank kathpalia 5 years ago
parent
commit
0cecbd4d4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mlme/dispatcher/inc/cfg_mlme_acs.h

+ 1 - 1
components/mlme/dispatcher/inc/cfg_mlme_acs.h

@@ -176,7 +176,7 @@
 		"normalize_acs_weight", \
 		0, \
 		ACS_WEIGHT_MAX_STR_LEN, \
-		"", \
+		"5940-7105=0, 5965=100, 6045=100, 6125=100, 6205=100, 6285=100, 6365=100, 6605=100, 6685=100, 6765=100, 6845=100", \
 		"Used to specify the channel weights")
 
 #define CFG_ACS_ALL \