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:
Anand S 2024-07-16 12:56:42 +05:30
parent db32b03c66
commit 6cc0c8c16c
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -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>