From 9fe0afe5d989fff6ee2dc66582e1467663d5f5f8 Mon Sep 17 00:00:00 2001 From: sunyue5 Date: Fri, 11 Dec 2020 09:25:53 +0800 Subject: [PATCH] arm64/defconfig: Disable CONFIG_SCSC_WLAN_WIFI_SHARING SCSC_WLAN_WIFI_SHARING is to enable APSTA function which means the device can start wifi hotspot with wifi station enabled. In this case, wlan1 will be for the AP mode while wlan0 will be for the STA mode. Disable this function since we have disabled it in the frameworks Change-Id: Icd0d10badec991b3235735c0e53de3214368ba87 Signed-off-by: sunyue5 Reviewed-on: https://gerrit.mot.com/1825115 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Xiangpo Zhao Submit-Approved: Jira Key --- arch/arm64/configs/ext_config/moto-erd9610.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index 7c4f303d5757..3622fe11a957 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -66,3 +66,4 @@ CONFIG_LOCALVERSION="-user" CONFIG_PSI=y CONFIG_BLK_CGROUP=y CONFIG_CFQ_GROUP_IOSCHED=y +# CONFIG_SCSC_WLAN_WIFI_SHARING is not set -- 2.20.1