sm7325-common: rro_overlays: Support 5GHz for hotspot
Change-Id: Ifffbccdcc4b06f5fd1675ec9603d0a4ead0fdc9e
This commit is contained in:
@@ -40,4 +40,12 @@
|
||||
<item>usb\\d</item>
|
||||
<item>rndis\\d</item>
|
||||
</string-array>
|
||||
|
||||
<!-- List of regexpressions describing the interface (if any) that represent tetherable
|
||||
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
|
||||
should be empty. An example would be "softap.*" -->
|
||||
<string-array translatable="false" name="config_tether_wifi_regexs">
|
||||
<item>"softap0"</item>
|
||||
<item>"wlan\\d"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -89,4 +89,7 @@
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftapIeee80211axSupported">true</bool>
|
||||
|
||||
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
|
||||
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user