icnss2: Clear ICNSS_FW_READY flag on server arrive

In wlan platform driver, loading of wlan driver
is controlled by ICNSS_FW_READY and ICNSS_FW_DOWN flag.
Wlan driver should be probed only when ICNSS_FW_READY
flag is set and ICNSS_FW_DOWN flag is not set. In certain
cases wlan platform driver is receiving FW ready indication
after PD down. In this case when wlan fw ready is coming after
PD down, wlan driver is getting probed without actual
FW_READY. This change clears ICNSS_FW_READY flag on qmi
server arrive, so that driver gets probed only when next
FW_READY comes after the server arrive.

Change-Id: If275c02d6df072c4315ae8475371f2399312677e
Signed-off-by: Sandeep Singh <sandsing@codeaurora.org>
1 file changed