sdm660-common: WifiOverlay: Disable ACS and 11AC for legacy chipsets

Legacy chipsets does not support ACS ( from framework ) and 11AC
configuration from framework. Hence disable them through overlay.

CRs-Fixed: 2878969
Change-Id: Ie5c5fa74f788cb3c7179c36f871d85181bfd2863
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Himanshu Agrawal 2022-05-12 21:42:28 +08:00 committed by pix106
parent 23aa5c0ac2
commit 78c5f0f7c0

View file

@ -44,10 +44,10 @@
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,8388608,262144,524288,4194304</string>
<!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
<bool translatable="false" name="config_wifi_softap_acs_supported">true</bool>
<bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
<!-- Wifi driver supports IEEE80211AC for softap -->
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>
<!-- Indicates that connected MAC randomization is supported on this device -->
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>