aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2019-11-01 06:03:26 -0700
committerAlessandro Astone <ales.astone@gmail.com>2021-01-28 20:08:27 +0100
commitbab190889ef947c04a4e28ca89e26dbf260d76db (patch)
tree7b49a4e70d1a212585fbcc879681f0fbd1e81b85
parentffc49c94985f8fec5709dfe259953e38e27fc08c (diff)
sm8250-common: overlay: Remove wifi related internal overlays
These are replaced by formal mainline module overlays. Bug: 143464763 Test: Send for Wifi regression tests Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 96ddfb8..225d607 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -166,34 +166,6 @@
-->
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
- <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
- <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
-
- <!-- Boolean indicating whether the wifi chipset has background scan support -->
- <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
-
- <!-- Wifi driver supports batched scan -->
- <bool translatable="false" name="config_wifi_batched_scan_supported">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>
-
- <!-- Indicates that connected MAC randomization is supported on this device -->
- <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
-
- <!-- Indicates that p2p MAC randomization is supported on this device -->
- <bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">true</bool>
-
- <!-- Boolean indicating that wifi only link configuratios that have exact same credentials (i.e PSK) -->
- <bool translatable="false" name="config_wifi_only_link_same_credential_configurations">false</bool>
-
- <!-- Configure wifi tcp buffersizes in the form:
- rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
- <string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,4194304,524288,1048576,4194304</string>
-
<!-- Idle current for bluetooth controller. 0 by default-->
<integer translatable="false" name="config_bluetooth_idle_cur_ma">6</integer>