exynos9610: wifi: Configure correct overlay configuration.
authorLes Lee <lesl@google.com>
Wed, 5 Jan 2022 05:27:25 +0000 (13:27 +0800)
committerNolen Johnson <johnsonnolen@gmail.com>
Mon, 24 Oct 2022 04:39:28 +0000 (00:39 -0400)
ag/16564596 will change default value to false.
Configure correct overlay configuration.

Bug: 212488775
Test: manual test & build
Change-Id: Iaf1a0a23dae69fde5995e591a757a8ef5374d5b5

rro_overlays/WifiOverlay/res/values/config.xml

index 4283cbad96e468d94821bc0c785d96e053b86f92..48badb46c189c0716533eaa20c2756f2a33828c1 100644 (file)
@@ -58,4 +58,7 @@
 
     <integer name="config_wifiHardwareSoftapMaxClientCount">10</integer>
 
+    <!-- Indicate the driver support NL80211_REG_CHANGED event. -->
+    <bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
+
 </resources>