소스 검색

qcacld-3.0: Enable gChannelBondingMode24GHz by default

In order to ensure that HT40 is enabled by default on 2.4 GHz
remove gChannelBondingMode24GHz entry from INI file and set
the default value of gChannelBondingMode24GHz to 1.

Change-Id: I8b7657e3eef5f4ec19863c8da6a611a63ccecd9c
CRs-Fixed: 2461593
Abhinav Kumar 6 년 전
부모
커밋
29dccd7791
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mlme/dispatcher/inc/cfg_mlme_feature_flag.h

+ 2 - 2
mlme/dispatcher/inc/cfg_mlme_feature_flag.h

@@ -163,7 +163,7 @@
  * gChannelBondingMode24GHz - Configures Channel Bonding in 24 GHz
  * @Min: 0
  * @Max: 10
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to set default channel bonding mode 24GHZ
  *
@@ -191,7 +191,7 @@
 	"gChannelBondingMode24GHz", \
 	0, \
 	10, \
-	0, \
+	1, \
 	CFG_VALUE_OR_DEFAULT, \
 	"Configures Channel Bonding in 24 GHz")