diff options
author | Les Lee <lesl@google.com> | 2022-01-05 13:27:25 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 11:45:45 +0200 |
commit | b53197b933b0a59f4eba86333c30becbbc03a83c (patch) | |
tree | 0d6d0a16882dbc843167b40e8ee9ca6d45669c8c /rro_overlays | |
parent | 24c20294fe52831a16e9c47f47724bb4bff6e98f (diff) |
msm8996-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
Diffstat (limited to 'rro_overlays')
-rw-r--r-- | rro_overlays/WifiOverlay/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index 3c7be15..9ee5e22 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -47,4 +47,7 @@ <!-- Enable WPA2 to WPA3 auto-upgrade --> <bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool> + + <!-- Indicate the driver support NL80211_REG_CHANGED event. --> + <bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool> </resources> |