Spacewar: wifi: Add secondary interface using gEnableConcurrentSTA=wlan1

gEnableConcurrentSTA=wlan1 will create wlan1 while insmod driver.

[Mashopy: This also fix 'E android.hardware.wifi@1.0-service: Unknown iface name: wlan0' logspam]

Change-Id: Ia7ce00bbc9cb030320bc3bd84f8795c3583ef8b1
CRs-Fixed: 2258995
Signed-off-by: aswin7469 <aswinas@pixysos.com>
This commit is contained in:
Purushottam Kushwaha
2018-06-12 18:53:17 +05:30
committed by nyxalune
parent 042f9712cd
commit 2b6f715c81

View File

@@ -290,4 +290,7 @@ oem_6g_support_disable=0
gEnableSelfRecovery=1
END
#Add another interface while driver load
gEnableConcurrentSTA=wlan1
# Note: Configuration parser would not read anything past the END marker