diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-03-16 13:23:30 -0400 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-03-25 14:17:20 -0400 |
commit | 81b8176eb8edac7d2135db2af03ab5fe0cb3b6f7 (patch) | |
tree | 21ffa7c8f03ad289288278091db32ba09c889dcc /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | 792bc3cbe06cddabd865acc3122ee0415f854a11 (diff) |
iwlwifi: code cleanup for "load ucode" function
Loading uCode functions are shared across multiple agn devices.
Move those functions to iwl-agn-ucode.c file with other uCode
related functions.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 4026eb4e7faa..b7297177c054 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -237,7 +237,7 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
237 | .rx_handler_setup = iwl5000_rx_handler_setup, | 237 | .rx_handler_setup = iwl5000_rx_handler_setup, |
238 | .setup_deferred_work = iwl5000_setup_deferred_work, | 238 | .setup_deferred_work = iwl5000_setup_deferred_work, |
239 | .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr, | 239 | .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr, |
240 | .load_ucode = iwl5000_load_ucode, | 240 | .load_ucode = iwlagn_load_ucode, |
241 | .dump_nic_event_log = iwl_dump_nic_event_log, | 241 | .dump_nic_event_log = iwl_dump_nic_event_log, |
242 | .dump_nic_error_log = iwl_dump_nic_error_log, | 242 | .dump_nic_error_log = iwl_dump_nic_error_log, |
243 | .dump_csr = iwl_dump_csr, | 243 | .dump_csr = iwl_dump_csr, |
@@ -304,7 +304,7 @@ static struct iwl_lib_ops iwl6050_lib = { | |||
304 | .rx_handler_setup = iwl5000_rx_handler_setup, | 304 | .rx_handler_setup = iwl5000_rx_handler_setup, |
305 | .setup_deferred_work = iwl5000_setup_deferred_work, | 305 | .setup_deferred_work = iwl5000_setup_deferred_work, |
306 | .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr, | 306 | .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr, |
307 | .load_ucode = iwl5000_load_ucode, | 307 | .load_ucode = iwlagn_load_ucode, |
308 | .dump_nic_event_log = iwl_dump_nic_event_log, | 308 | .dump_nic_event_log = iwl_dump_nic_event_log, |
309 | .dump_nic_error_log = iwl_dump_nic_error_log, | 309 | .dump_nic_error_log = iwl_dump_nic_error_log, |
310 | .dump_csr = iwl_dump_csr, | 310 | .dump_csr = iwl_dump_csr, |