diff options
author | Roshan Pius <rpius@google.com> | 2019-11-01 06:03:26 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:01 +0200 |
commit | d78d036fa625c89d8eff02dad93e53fd4411d2a8 (patch) | |
tree | 87edb35d1c546c0f6cccdfa05d7f4b4cf0f45d9c | |
parent | c179683f0153d54da47f7ba20058ad40ed6845ef (diff) |
sdm660-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.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 573b772..e1bcdd1 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -106,21 +106,6 @@ <!-- Boolean indicating if current platform supports BLE peripheral mode --> <bool name="config_bluetooth_le_peripheral_mode_supported">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 802.11r Fast BSS Transition is enabled on this platform --> - <bool translatable="false" name="config_wifi_fast_bss_transition_enabled">true</bool> - - <!-- Boolean indicating whether the wifi chipset has background scan support --> - <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> - <!-- If this is true, the screen will come on when you plug/unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">true</bool> @@ -149,9 +134,6 @@ Software implementation will be used if config_hardware_auto_brightness_available is not set --> <bool name="config_automatic_brightness_available">true</bool> - <!-- Wifi driver supports batched scan --> - <bool translatable="false" name="config_wifi_batched_scan_supported">true</bool> - <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support. The N entries of this array define N + 1 control points as follows: (1-based arrays) @@ -370,13 +352,4 @@ <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> - - <!-- True if the firmware supports connected MAC randomization --> - <bool name="config_wifi_connected_mac_randomization_supported">true</bool> - - <!-- True if the firmware supports p2p MAC randomization --> - <bool name="config_wifi_p2p_mac_randomization_supported">true</bool> - - <!-- True if the firmware supports Wi-Fi link probing --> - <bool name="config_wifi_link_probing_supported">true</bool> </resources> |