diff options
author | Purushottam Kushwaha <pkushwah@codeaurora.org> | 2018-06-12 18:53:17 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 89546465a658110fd5143b0d0803eb58b66cf547 (patch) | |
tree | fcb900837b49f0fa946bb3b8e6f5d589e7030f92 | |
parent | 21b514e2d7f5428825f62de05b39d645d5e16ec7 (diff) |
sdm660-common: Add secondary interface using gEnableConcurrentSTA=wlan1
gEnableConcurrentSTA=wlan1 will create wlan1 while insmod driver.
Change-Id: Ia7ce00bbc9cb030320bc3bd84f8795c3583ef8b1
CRs-Fixed: 2258995
-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 36b5540..4d69d10 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -464,6 +464,9 @@ g_enable_packet_filter_bitmap=3 # @Default: 0 etsi_srd_chan_in_master_mode=1 +# Add another interface while driver load +gEnableConcurrentSTA=wlan1 + END # Note: Configuration parser would not read anything past the END marker |