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
This commit is contained in:
Sourav Mohapatra 2019-09-10 08:30:33 +05:30 committed by Arian
parent e5b38c89c8
commit 6fc02dc215
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -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