diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 0953a9c56807..157cad4e9da0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2323,7 +2323,7 @@ static struct iwl_lib_ops iwl4965_lib = { | |||
2323 | .reset = iwl4965_apm_reset, | 2323 | .reset = iwl4965_apm_reset, |
2324 | .stop = iwl4965_apm_stop, | 2324 | .stop = iwl4965_apm_stop, |
2325 | .config = iwl4965_nic_config, | 2325 | .config = iwl4965_nic_config, |
2326 | .set_pwr_src = iwl4965_set_pwr_src, | 2326 | .set_pwr_src = iwl_set_pwr_src, |
2327 | }, | 2327 | }, |
2328 | .eeprom_ops = { | 2328 | .eeprom_ops = { |
2329 | .regulatory_bands = { | 2329 | .regulatory_bands = { |
@@ -2342,7 +2342,7 @@ static struct iwl_lib_ops iwl4965_lib = { | |||
2342 | .query_addr = iwlcore_eeprom_query_addr, | 2342 | .query_addr = iwlcore_eeprom_query_addr, |
2343 | }, | 2343 | }, |
2344 | .send_tx_power = iwl4965_send_tx_power, | 2344 | .send_tx_power = iwl4965_send_tx_power, |
2345 | .update_chain_flags = iwl4965_update_chain_flags, | 2345 | .update_chain_flags = iwl_update_chain_flags, |
2346 | .temperature = iwl4965_temperature_calib, | 2346 | .temperature = iwl4965_temperature_calib, |
2347 | }; | 2347 | }; |
2348 | 2348 | ||