From 6921b854a62b2959a4b03088091e7c84641dabb0 Mon Sep 17 00:00:00 2001 From: Ahmed ElArabawy Date: Mon, 9 Dec 2019 16:20:49 -0800 Subject: Wifi: Replace dual_band with 5GHz band support As part of the support of the 6GHz band, the concept of dual-band is no longer valid since we have more than 2 bands supported by Android and can be checked on the device. This commit replaces checks on dual-band support with an explicit check on 5GHz band support. This commit also reads the device support for 5GHz/6GHz bands through the overlay configs, and removes the logic for reading it from the vendor HAL. Bug: 145936758 Bug: 139354972 Test: Manual Change-Id: I9f0ad7c5ab57107c71b13f857994e874a34d9bdf --- RROOverlaySampleApp/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RROOverlaySampleApp') diff --git a/RROOverlaySampleApp/res/values/config.xml b/RROOverlaySampleApp/res/values/config.xml index cf6ab948d..08b0430a8 100644 --- a/RROOverlaySampleApp/res/values/config.xml +++ b/RROOverlaySampleApp/res/values/config.xml @@ -18,6 +18,6 @@ --> - true + true true -- cgit v1.2.3