From f8d1b3f0cb273e79b33f27faba49157cba79e990 Mon Sep 17 00:00:00 2001 From: Les Lee Date: Wed, 27 Oct 2021 16:55:48 +0800 Subject: [PATCH] GS101: Correct overlay configuration The P21 series didn't support the NL80211 Reg event. The vendor is working to support it in T. (b/183916225) The fix corrects the overlay configuration, which introduced from android T. PS: The impact of the configuration is two cases. 1. Configuration should be false but it configures to true: It will cause no CC(country code) changed event to notify listener. It might cause any function fail which relies on CC. (It is happening on P21 series) 2. Configuration should be true but it configures to false: Minor impact than #1 because it just update CC before the Wifi subsystem apply it.5. It might cause the data to be incorrect because of the timing issue. Bug: 183916225 Test: Manuel Test to check that configuration is correct. Change-Id: Ica764e4a22def6dea0613882b3ae403852a03a83 --- rro_overlays/WifiOverlay/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index 4e5d4bfc..090df9e7 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -132,4 +132,7 @@ true true + + + false