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:
parent
9ab4d78e4f
commit
9232dfafba
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue