sm6375-common: overlay: Drop 6GHz band support
* We don't have support for this in our devices. Change-Id: I181aa3d55e1f155bc3c27c59df29f6f6d0f20b1d
This commit is contained in:
parent
db32b03c66
commit
6cc0c8c16c
1 changed files with 0 additions and 6 deletions
|
@ -8,9 +8,6 @@
|
|||
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
|
||||
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
|
||||
|
||||
<!-- Wifi driver supports 6GHz band for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftap6ghzSupported">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether the wifi chipset has background scan support -->
|
||||
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
|
||||
|
||||
|
@ -71,7 +68,4 @@
|
|||
Note: this is conditional on the device supporting dual concurrent STAs. -->
|
||||
<bool translatable="false" name="config_wifiMultiStaRestrictedConcurrencyEnabled">true</bool>
|
||||
|
||||
<!-- boolean indicating whether the WiFi chipset has 6GHz band support -->
|
||||
<bool name="config_wifi6ghzSupport">true</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue