sm7325-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
06424e4620
commit
a342b8f7b3
@ -119,8 +119,8 @@
|
|||||||
<item>7</item>
|
<item>7</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
|
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
|
||||||
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
|
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
|
||||||
|
|
||||||
<!-- Boolean indicating whether the wifi chipset has background scan support -->
|
<!-- Boolean indicating whether the wifi chipset has background scan support -->
|
||||||
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
|
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user