diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2008-02-15 17:34:37 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:37:11 -0500 |
commit | 3230455d13860b26f638b9d58a8c5f20bf32fda2 (patch) | |
tree | 966aac7d4a0b6f303ba80d69b0d980f485181bb7 /drivers/net/wireless/iwlwifi/iwl4965-base.c | |
parent | 6cd74e3b99ec5aeed5346b1b3777903fa5e47db7 (diff) |
iwlwifi: fix name of function in comment (_rx_card_state_notif)
iwl_rx_card_state_notif is named iwl3945_rx_card_state_notif and
iwl4965_rx_card_state_notif in the two iwlwifi drivers.
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl4965-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl4965-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c index fb4c84e31932..20d012d4f37e 100644 --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c +++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c | |||
@@ -5149,7 +5149,7 @@ static void iwl4965_irq_tasklet(struct iwl4965_priv *priv) | |||
5149 | /* Queue restart only if RF_KILL switch was set to "kill" | 5149 | /* Queue restart only if RF_KILL switch was set to "kill" |
5150 | * when we loaded driver, and is now set to "enable". | 5150 | * when we loaded driver, and is now set to "enable". |
5151 | * After we're Alive, RF_KILL gets handled by | 5151 | * After we're Alive, RF_KILL gets handled by |
5152 | * iwl_rx_card_state_notif() */ | 5152 | * iwl4965_rx_card_state_notif() */ |
5153 | if (!hw_rf_kill && !test_bit(STATUS_ALIVE, &priv->status)) { | 5153 | if (!hw_rf_kill && !test_bit(STATUS_ALIVE, &priv->status)) { |
5154 | clear_bit(STATUS_RF_KILL_HW, &priv->status); | 5154 | clear_bit(STATUS_RF_KILL_HW, &priv->status); |
5155 | queue_work(priv->workqueue, &priv->restart); | 5155 | queue_work(priv->workqueue, &priv->restart); |