icnss: 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: I90ff2dbf40e05dc6b760aac23a696604a60b1105
Signed-off-by:
Sandeep Singh <sandsing@codeaurora.org>
Loading
Please register or sign in to comment