aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-6000.c
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-03-16 15:37:24 -0400
committerReinette Chatre <reinette.chatre@intel.com>2010-03-25 14:18:20 -0400
commit741a626627e42812afd957f875c34c89be8a103e (patch)
treec45d47757df649ed33f2d583ceff0edc96955080 /drivers/net/wireless/iwlwifi/iwl-6000.c
parent19e6cda094002e9756a3d181cbb4c31ef2a9b6bb (diff)
iwlwifi: move ucode alive related code to separate file
uCode alive for iwlagn based devices share the same functions. Move those functions from iwl-5000.c to iwl-agn-ucode.c. 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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index 2bbff18694c..96f4fa6e0e2 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -242,8 +242,8 @@ static struct iwl_lib_ops iwl6000_lib = {
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,
244 .dump_fh = iwl_dump_fh, 244 .dump_fh = iwl_dump_fh,
245 .init_alive_start = iwl5000_init_alive_start, 245 .init_alive_start = iwlagn_init_alive_start,
246 .alive_notify = iwl5000_alive_notify, 246 .alive_notify = iwlagn_alive_notify,
247 .send_tx_power = iwl5000_send_tx_power, 247 .send_tx_power = iwl5000_send_tx_power,
248 .update_chain_flags = iwl_update_chain_flags, 248 .update_chain_flags = iwl_update_chain_flags,
249 .set_channel_switch = iwl6000_hw_channel_switch, 249 .set_channel_switch = iwl6000_hw_channel_switch,
@@ -309,8 +309,8 @@ static struct iwl_lib_ops iwl6050_lib = {
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,
311 .dump_fh = iwl_dump_fh, 311 .dump_fh = iwl_dump_fh,
312 .init_alive_start = iwl5000_init_alive_start, 312 .init_alive_start = iwlagn_init_alive_start,
313 .alive_notify = iwl5000_alive_notify, 313 .alive_notify = iwlagn_alive_notify,
314 .send_tx_power = iwl5000_send_tx_power, 314 .send_tx_power = iwl5000_send_tx_power,
315 .update_chain_flags = iwl_update_chain_flags, 315 .update_chain_flags = iwl_update_chain_flags,
316 .set_channel_switch = iwl6000_hw_channel_switch, 316 .set_channel_switch = iwl6000_hw_channel_switch,