diff options
| author | Purushottam Kushwaha <pkushwah@codeaurora.org> | 2018-06-12 18:53:17 +0530 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-10-25 09:15:29 +0000 |
| commit | 5032f9140d21b88da23c08454712e83e57e695b1 (patch) | |
| tree | f13808f79c56fd126aae53da41bf9c438415387a /wifi | |
| parent | cd1f30100e7706b01076db8cf1edfda3852af354 (diff) | |
pro1: Add secondary interface using gEnableConcurrentSTA=wlan1
gEnableConcurrentSTA=wlan1 will create wlan1 while insmod driver.
Change-Id: Ia7ce00bbc9cb030320bc3bd84f8795c3583ef8b1
CRs-Fixed: 2258995
Diffstat (limited to 'wifi')
| -rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 0e05bc0..d29f344 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -471,6 +471,9 @@ gcmp_enabled=0 gTxBFCsnValue=4 +# Add another interface while driver load +gEnableConcurrentSTA=wlan1 + END # Note: Configuration parser would not read anything past the END marker |
