sdm710-common: overlay: Enable ACS and 11ac for softap operations

This sets below flag to true:
  config_wifi_softap_acs_supported
  config_wifi_softap_ieee80211ac_supported

Change-Id: Ie8192caaabfea2853f8f7e9a3644be836bba37ab
CRs-Fixed: 2244800
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Purushottam Kushwaha 2018-05-22 21:10:51 +05:30 committed by SamarV-121
parent 9ab4d78e4f
commit 9232dfafba

View file

@ -216,6 +216,12 @@
<!-- 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>
<!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
<bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
<!-- Enable 802.11ac for Wifi hotspot (SAP) -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes <!-- When true use the linux /dev/input/event subsystem to detect the switch changes
on the headphone/microphone jack. When false use the older uevent framework. --> on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool> <bool name="config_useDevInputEventForAudioJack">true</bool>
@ -416,5 +422,5 @@
it causes the device to wake up. it causes the device to wake up.
The default is false. --> The default is false. -->
<bool name="config_lidControlsSleep">true</bool> <bool name="config_lidControlsSleep">true</bool>
</resources> </resources>