diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index 09751f2386c..a70b8cfafda 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -339,10 +339,6 @@ static int iwl5000_hw_channel_switch(struct iwl_priv *priv, | |||
339 | 339 | ||
340 | static struct iwl_lib_ops iwl5000_lib = { | 340 | static struct iwl_lib_ops iwl5000_lib = { |
341 | .set_hw_params = iwl5000_hw_set_hw_params, | 341 | .set_hw_params = iwl5000_hw_set_hw_params, |
342 | .txq_set_sched = iwlagn_txq_set_sched, | ||
343 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | ||
344 | .txq_free_tfd = iwl_hw_txq_free_tfd, | ||
345 | .txq_init = iwl_hw_tx_queue_init, | ||
346 | .rx_handler_setup = iwlagn_rx_handler_setup, | 342 | .rx_handler_setup = iwlagn_rx_handler_setup, |
347 | .setup_deferred_work = iwlagn_setup_deferred_work, | 343 | .setup_deferred_work = iwlagn_setup_deferred_work, |
348 | .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr, | 344 | .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr, |
@@ -374,10 +370,6 @@ static struct iwl_lib_ops iwl5000_lib = { | |||
374 | 370 | ||
375 | static struct iwl_lib_ops iwl5150_lib = { | 371 | static struct iwl_lib_ops iwl5150_lib = { |
376 | .set_hw_params = iwl5150_hw_set_hw_params, | 372 | .set_hw_params = iwl5150_hw_set_hw_params, |
377 | .txq_set_sched = iwlagn_txq_set_sched, | ||
378 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | ||
379 | .txq_free_tfd = iwl_hw_txq_free_tfd, | ||
380 | .txq_init = iwl_hw_tx_queue_init, | ||
381 | .rx_handler_setup = iwlagn_rx_handler_setup, | 373 | .rx_handler_setup = iwlagn_rx_handler_setup, |
382 | .setup_deferred_work = iwlagn_setup_deferred_work, | 374 | .setup_deferred_work = iwlagn_setup_deferred_work, |
383 | .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr, | 375 | .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr, |