|
@@ -294,13 +294,10 @@ static struct iwl_lib_ops iwl6000_lib = {
|
|
|
.rx_handler_setup = iwlagn_rx_handler_setup,
|
|
|
.setup_deferred_work = iwlagn_setup_deferred_work,
|
|
|
.is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
|
|
|
- .load_ucode = iwlagn_load_ucode,
|
|
|
.dump_nic_event_log = iwl_dump_nic_event_log,
|
|
|
.dump_nic_error_log = iwl_dump_nic_error_log,
|
|
|
.dump_csr = iwl_dump_csr,
|
|
|
.dump_fh = iwl_dump_fh,
|
|
|
- .init_alive_start = iwlagn_init_alive_start,
|
|
|
- .alive_notify = iwlagn_alive_notify,
|
|
|
.send_tx_power = iwlagn_send_tx_power,
|
|
|
.update_chain_flags = iwl_update_chain_flags,
|
|
|
.set_channel_switch = iwl6000_hw_channel_switch,
|
|
@@ -362,13 +359,10 @@ static struct iwl_lib_ops iwl6030_lib = {
|
|
|
.setup_deferred_work = iwlagn_bt_setup_deferred_work,
|
|
|
.cancel_deferred_work = iwlagn_bt_cancel_deferred_work,
|
|
|
.is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
|
|
|
- .load_ucode = iwlagn_load_ucode,
|
|
|
.dump_nic_event_log = iwl_dump_nic_event_log,
|
|
|
.dump_nic_error_log = iwl_dump_nic_error_log,
|
|
|
.dump_csr = iwl_dump_csr,
|
|
|
.dump_fh = iwl_dump_fh,
|
|
|
- .init_alive_start = iwlagn_init_alive_start,
|
|
|
- .alive_notify = iwlagn_alive_notify,
|
|
|
.send_tx_power = iwlagn_send_tx_power,
|
|
|
.update_chain_flags = iwl_update_chain_flags,
|
|
|
.set_channel_switch = iwl6000_hw_channel_switch,
|