16d84258e08b4c594b25621a123f5d1b21d90905

In certain restart sequence of the modem, wlan driver is forcefully removed and re-probed during the firmware ready. Supplicant receives the RTM_DELLINK/RTM_NEWLINK events as part of unregistration of netdev from remove and registration of the netdev again as part of re-probe. As soon as the RTM_NEWLINK indication is received by the supplicant it tries to bring up the interface, the request for bringing up the interface is rejected by the driver since it is still in the re-probing phase resulting in the scan failure and other failures. To mitigate issue synchronize the interface up with the loading/unloading of the driver. Change-Id: Ie467e729a4736a0ee580c4df8d75099cf070d7bf CRs-Fixed: 2058390
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%