diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2008-10-29 17:05:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-10 15:17:37 -0500 |
commit | 5b9f8cd3eea04770ff186b853bbde1741f321866 (patch) | |
tree | 4ffb22090268cc58d78029a93e9add3baa3d5a99 /drivers/net/wireless/iwlwifi/iwl-5000.c | |
parent | 60294de3af99586bb4a205274d02a7c8b910c0c3 (diff) |
iwlwifi: rename generic iwlagn functions that had a HW specific name
This patch renames functions that are generic in iwl-agn and had a iwl4965
prefix.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-by: Tomas Winkler <tomas.winkler@intel.com>
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/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index 1608b289aa7b..31e62a838ad4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -1474,13 +1474,13 @@ static struct iwl_lib_ops iwl5000_lib = { | |||
1474 | .alive_notify = iwl5000_alive_notify, | 1474 | .alive_notify = iwl5000_alive_notify, |
1475 | .send_tx_power = iwl5000_send_tx_power, | 1475 | .send_tx_power = iwl5000_send_tx_power, |
1476 | .temperature = iwl5000_temperature, | 1476 | .temperature = iwl5000_temperature, |
1477 | .update_chain_flags = iwl4965_update_chain_flags, | 1477 | .update_chain_flags = iwl_update_chain_flags, |
1478 | .apm_ops = { | 1478 | .apm_ops = { |
1479 | .init = iwl5000_apm_init, | 1479 | .init = iwl5000_apm_init, |
1480 | .reset = iwl5000_apm_reset, | 1480 | .reset = iwl5000_apm_reset, |
1481 | .stop = iwl5000_apm_stop, | 1481 | .stop = iwl5000_apm_stop, |
1482 | .config = iwl5000_nic_config, | 1482 | .config = iwl5000_nic_config, |
1483 | .set_pwr_src = iwl4965_set_pwr_src, | 1483 | .set_pwr_src = iwl_set_pwr_src, |
1484 | }, | 1484 | }, |
1485 | .eeprom_ops = { | 1485 | .eeprom_ops = { |
1486 | .regulatory_bands = { | 1486 | .regulatory_bands = { |