Wifi: Remove early setting of driver status to ok

Currently, the wlan.driver.status property is set to 'ok' once the
driver is loaded. This is not accurate, cause having the driver loaded
does not necessarily means it is ready for operation.

This commit removes this early setting of the property. Another change
will set it once the driver is fully operational.
The 'ok' state is reached when the driver is checked for readiness
(which is a vendor specific operation).

Bug: 111924712
Test: Manual test

Change-Id: I0aba15fa613b52589ce20bbc6209d5775925c8d4
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
1 file changed