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
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user