diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index d256fecc6cda..910217f0ad8a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -591,16 +591,6 @@ static void iwl5000_tx_queue_set_status(struct iwl_priv *priv, | |||
591 | scd_retry ? "BA" : "AC", txq_id, tx_fifo_id); | 591 | scd_retry ? "BA" : "AC", txq_id, tx_fifo_id); |
592 | } | 592 | } |
593 | 593 | ||
594 | static int iwl5000_send_wimax_coex(struct iwl_priv *priv) | ||
595 | { | ||
596 | struct iwl_wimax_coex_cmd coex_cmd; | ||
597 | |||
598 | memset(&coex_cmd, 0, sizeof(coex_cmd)); | ||
599 | |||
600 | return iwl_send_cmd_pdu(priv, COEX_PRIORITY_TABLE_CMD, | ||
601 | sizeof(coex_cmd), &coex_cmd); | ||
602 | } | ||
603 | |||
604 | int iwl5000_alive_notify(struct iwl_priv *priv) | 594 | int iwl5000_alive_notify(struct iwl_priv *priv) |
605 | { | 595 | { |
606 | u32 a; | 596 | u32 a; |
@@ -681,7 +671,7 @@ int iwl5000_alive_notify(struct iwl_priv *priv) | |||
681 | spin_unlock_irqrestore(&priv->lock, flags); | 671 | spin_unlock_irqrestore(&priv->lock, flags); |
682 | 672 | ||
683 | 673 | ||
684 | iwl5000_send_wimax_coex(priv); | 674 | iwl_send_wimax_coex(priv); |
685 | 675 | ||
686 | iwl5000_set_Xtal_calib(priv); | 676 | iwl5000_set_Xtal_calib(priv); |
687 | iwl_send_calib_results(priv); | 677 | iwl_send_calib_results(priv); |