Merge "wifi: enable Softap ACS and 11ac on Taimen"

This commit is contained in:
Kumar Anand
2018-01-25 01:23:45 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 6 deletions

View File

@@ -264,4 +264,12 @@
<integer-array name="config_longPressVibePattern">
<item>12</item>
</integer-array>
</resources>
<!-- 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>
</resources>