|
@@ -5874,12 +5874,12 @@ static void iwl3945_alive_start(struct iwl3945_priv *priv)
|
|
|
|
|
|
iwl3945_reg_txpower_periodic(priv);
|
|
|
|
|
|
+ iwl3945_led_register(priv);
|
|
|
+
|
|
|
IWL_DEBUG_INFO("ALIVE processing complete.\n");
|
|
|
set_bit(STATUS_READY, &priv->status);
|
|
|
wake_up_interruptible(&priv->wait_command_queue);
|
|
|
|
|
|
- iwl3945_led_register(priv);
|
|
|
-
|
|
|
if (priv->error_recovering)
|
|
|
iwl3945_error_recovery(priv);
|
|
|
|