sm7325-common: wifi: Configure correct overlay configuration.

ag/16564596 will change default value to false.
Configure correct overlay configuration.

Bug: 212488775
Test: manual test & build
Change-Id: Iaf1a0a23dae69fde5995e591a757a8ef5374d5b5
This commit is contained in:
Les Lee 2022-01-05 13:27:25 +08:00 committed by Nolen Johnson
parent d757d6a1ad
commit 1feb54b4ae

View File

@ -20,4 +20,6 @@
<!-- Wifi driver supports IEEE80211AX TWT (Target Wake Time) for softap --> <!-- Wifi driver supports IEEE80211AX TWT (Target Wake Time) for softap -->
<bool translatable="false" name="config_wifiSoftapHeTwtSupported">true</bool> <bool translatable="false" name="config_wifiSoftapHeTwtSupported">true</bool>
<!-- Indicate the driver support NL80211_REG_CHANGED event. -->
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
</resources> </resources>