sdm660-common: Wifi: Replace config_wifi_dual_band_support
As part of the 6GHz band support, there is now more than 2 bands and hence config_wifi_dual_band_support is misleading. This commit replaces this config with config_wifi5ghzSupport which is more reflecting to the device support check. Bug: 145936758 Bug: 139354972 Test: Builds and Wifi runs successfully. Change-Id: I6a1a18965b8020049f9b395ae97b6d84e4f5ae94
This commit is contained in:
parent
4bd1b3c00f
commit
5d20308705
1 changed files with 2 additions and 2 deletions
|
@ -1129,8 +1129,8 @@
|
|||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
||||
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string>
|
||||
|
||||
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
|
||||
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
|
||||
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
|
||||
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
|
||||
|
||||
<!-- list of interface names for SoftAp in Dual mode. -->
|
||||
<string-array translatable="false" name="config_wifi_dual_sap_interfaces">
|
||||
|
|
Loading…
Reference in a new issue