|
@@ -4777,7 +4777,7 @@ static void iwl3945_irq_tasklet(struct iwl3945_priv *priv)
|
|
|
/* Queue restart only if RF_KILL switch was set to "kill"
|
|
|
* when we loaded driver, and is now set to "enable".
|
|
|
* After we're Alive, RF_KILL gets handled by
|
|
|
- * iwl_rx_card_state_notif() */
|
|
|
+ * iwl3945_rx_card_state_notif() */
|
|
|
if (!hw_rf_kill && !test_bit(STATUS_ALIVE, &priv->status)) {
|
|
|
clear_bit(STATUS_RF_KILL_HW, &priv->status);
|
|
|
queue_work(priv->workqueue, &priv->restart);
|