From 6fc02dc2159be2e0595a671a149d5e9ccbc9f850 Mon Sep 17 00:00:00 2001 From: Sourav Mohapatra Date: Tue, 10 Sep 2019 08:30:33 +0530 Subject: [PATCH] davinci: wlan: ini: Disable gEnableConcurrentSTA for Android Q targets Currently with the ini enabled, there is a issue where the random mac address assiged to the interface is duplicated by the framework. To avoid this, the ini gEnableConcurrentSTA is disabled. Change-Id: I3254e2274f16c1a9af290ed50eb03c98ced23593 CRs-Fixed: 2520726 --- configs/wifi/WCNSS_qcom_cfg.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configs/wifi/WCNSS_qcom_cfg.ini b/configs/wifi/WCNSS_qcom_cfg.ini index fd0524f..7441534 100644 --- a/configs/wifi/WCNSS_qcom_cfg.ini +++ b/configs/wifi/WCNSS_qcom_cfg.ini @@ -566,9 +566,6 @@ drop_bcn_on_chan_mismatch=0 # Enable/Disable rtt sta mac randomization enable_rtt_mac_randomization=1 -# Create another interface during driver load -#gEnableConcurrentSTA=wlan1 - # Enable/Disable DBS gDualMacFeatureDisable=0 @@ -596,4 +593,3 @@ gActiveMcBcBpfMode=1 END # Note: Configuration parser would not read anything past the END marker -