wifi: WIFI_DRIVER_STATE_CTRL_PARAM

Allow WIFI_DRIVER_STATE_CTRL_PARAM to be defined even for
DLKM cases. A return from insmod (during case of DLKM) does
not imply always that driver initialization is complete.
During insmod, a driver could merely register the device
probe functions and driver operations and return immediately.
The real driver initialization can follow later when the device
is probed back and firmware is ready.

This change allows WIFI_DRIVER_STATE_CTRL_PARAM to be defined
even for DLKM case and allows it to block until device is
ready for wifi operations.

Bug: 35692204
Test: Build success
Change-Id: I9b39594178574a76782704aa154bf9df75146949
1 file changed
tree: 75934dc38324d06242ae41ba40a3cd3796aa71fd
  1. libwifi_hal/
  2. libwifi_system/
  3. service/
  4. tests/
  5. PREUPLOAD.cfg