sm7325-common: Enable concurrent restricted connectivity

Change-Id: I4258a337503e9dc9dea8e35b326a78fbec86bb88
This commit is contained in:
Alexander Koskovich 2022-07-04 21:52:26 -07:00 committed by Marc Bourgoin
parent 16751d26f6
commit 9f21d436de

View File

@ -5,7 +5,6 @@
<resources> <resources>
<!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support --> <!-- Boolean indicating whether the wifi chipset has 5GHz frequency band support -->
<bool translatable="false" name="config_wifi5ghzSupport">true</bool> <bool translatable="false" name="config_wifi5ghzSupport">true</bool>
@ -67,4 +66,9 @@
<!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform --> <!-- Boolean indicating whether 802.11r Fast BSS Transition is enabled on this platform -->
<bool name="config_wifi_fast_bss_transition_enabled">true</bool> <bool name="config_wifi_fast_bss_transition_enabled">true</bool>
<!-- Enable concurrent restricted connectivity + internet connectivity
Note: this is conditional on the device supporting dual concurrent STAs. -->
<bool translatable="false" name="config_wifiMultiStaRestrictedConcurrencyEnabled">true</bool>
</resources> </resources>