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

@@ -542,8 +542,6 @@ isP2pDeviceAddrAdministrated=0
gGoKeepAlivePeriod = 20
gApKeepAlivePeriod = 20
gGoForce11NFor11AC=1
#############################################
# SAP related configurations
#############################################
@@ -574,9 +572,6 @@ gAPChannelSelectEndChannel=11
# DFS Master Capability
gEnableDFSMasterCap=1
# Disable 11AC for hotspot
gSapForce11NFor11AC=1
#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0

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>