summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Shu <xshu@google.com>2021-06-03 22:57:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-03 22:57:28 +0000
commit4b42ec351cc4f5195a22dd6f954bf88cd3895e8c (patch)
tree508d7fca5cef50f90cd45e9e88517af9437c444e
parentd97a1321682f4ce20b9259316b6ab0577efd7d44 (diff)
parentbc64dda9944d871650aad46524654e8772c9ea58 (diff)
downloadbonito-4b42ec351cc4f5195a22dd6f954bf88cd3895e8c.tar.gz
Merge "Revert "Enable MBB in device overlay"" into sc-dev
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index 8f1aa877..04085ad1 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -88,11 +88,4 @@
<!-- Disable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>
-
- <!-- STOPSHIP(b/173044646): Enable STA + STA use-cases for teamfooding/testing.
- HAL also needs to support STA + STA iface combination for the feature to be enabled.
- So STA + STA will not get enabled on all devices because of this overlay alone.
- Remove before Android 12 release! -->
- <bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool>
- <bool translatable="false" name="config_wifiMultiStaNetworkSwitchingMakeBeforeBreakEnabled">true</bool>
</resources>