From a342b8f7b3c3bd70072f17e9fc9b81dcade976c3 Mon Sep 17 00:00:00 2001 From: Ahmed ElArabawy Date: Mon, 9 Dec 2019 13:25:20 -0800 Subject: [PATCH] sm7325-common: Wifi: Replace config_wifi_dual_band_support As part of the 6GHz band support, there is now more than 2 bands and hence config_wifi_dual_band_support is misleading. This commit replaces this config with config_wifi5ghzSupport which is more reflecting to the device support check. Bug: 145936758 Bug: 139354972 Test: Builds and Wifi runs successfully. Change-Id: I6a1a18965b8020049f9b395ae97b6d84e4f5ae94 --- resource-overlay/common/Frameworks/res/values/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource-overlay/common/Frameworks/res/values/config.xml b/resource-overlay/common/Frameworks/res/values/config.xml index b9450fc..cd197e4 100644 --- a/resource-overlay/common/Frameworks/res/values/config.xml +++ b/resource-overlay/common/Frameworks/res/values/config.xml @@ -119,8 +119,8 @@ 7 - - true + + true true