cc959f1b44f53f49e9f60eea6fbee4c67b68d1b8

Currently, driver calls hdd_alloc_station_adapter to initialize the completion variables for a particular adapter only if mode of interface is STA or P2P. In case when driver changes its STA + SAP mode to STA + STA mode by calling hdd_open_concurrent_interface, driver is not able to initialize init_completion variable for new STA interface. So while processing fw commands (for new STA interface) which uses completion variables, driver leads to the use of uninitialized variables issue. Create new function cmn_init_completion to initialize completion variables for all interfaces while opening the HDD adapter. Change-Id: Iae8ec1a86dd4084c9f5b39ec0d90e16182212df9 CRs-Fixed: 2288919
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%