aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-4965.c
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2008-05-04 22:22:50 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-05-14 16:29:47 -0400
commit164669032ecbf7c9a3bc78adad4e13ee486e975c (patch)
treeabd5e1b801267a207effcd604889cca9b246e1a2 /drivers/net/wireless/iwlwifi/iwl-4965.c
parentd67f5489d8d9be09bc8e1615ec6c57c3120a731d (diff)
iwlwifi: remove 4965 prefix from iwl4965_kw and iwl4965_tx_queue
This patch removes the 4965 prefix to form iwl_kw and iwl_tx_queue structs, as they are used mostly in iwlcore now. Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-4965.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c
index a475ecea9003..126ecf7023eb 100644
--- a/drivers/net/wireless/iwlwifi/iwl-4965.c
+++ b/drivers/net/wireless/iwlwifi/iwl-4965.c
@@ -880,7 +880,7 @@ static void iwl4965_set_wr_ptrs(struct iwl_priv *priv, int txq_id, u32 index)
880 * NOTE: Acquire priv->lock before calling this function ! 880 * NOTE: Acquire priv->lock before calling this function !
881 */ 881 */
882static void iwl4965_tx_queue_set_status(struct iwl_priv *priv, 882static void iwl4965_tx_queue_set_status(struct iwl_priv *priv,
883 struct iwl4965_tx_queue *txq, 883 struct iwl_tx_queue *txq,
884 int tx_fifo_id, int scd_retry) 884 int tx_fifo_id, int scd_retry)
885{ 885{
886 int txq_id = txq->q.id; 886 int txq_id = txq->q.id;
@@ -2111,7 +2111,7 @@ static void iwl4965_free_shared_mem(struct iwl_priv *priv)
2111 * iwl4965_txq_update_byte_cnt_tbl - Set up entry in Tx byte-count array 2111 * iwl4965_txq_update_byte_cnt_tbl - Set up entry in Tx byte-count array
2112 */ 2112 */
2113static void iwl4965_txq_update_byte_cnt_tbl(struct iwl_priv *priv, 2113static void iwl4965_txq_update_byte_cnt_tbl(struct iwl_priv *priv,
2114 struct iwl4965_tx_queue *txq, 2114 struct iwl_tx_queue *txq,
2115 u16 byte_cnt) 2115 u16 byte_cnt)
2116{ 2116{
2117 int len; 2117 int len;
@@ -3286,7 +3286,7 @@ static void iwl4965_rx_reply_compressed_ba(struct iwl_priv *priv,
3286 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data; 3286 struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
3287 struct iwl4965_compressed_ba_resp *ba_resp = &pkt->u.compressed_ba; 3287 struct iwl4965_compressed_ba_resp *ba_resp = &pkt->u.compressed_ba;
3288 int index; 3288 int index;
3289 struct iwl4965_tx_queue *txq = NULL; 3289 struct iwl_tx_queue *txq = NULL;
3290 struct iwl_ht_agg *agg; 3290 struct iwl_ht_agg *agg;
3291 DECLARE_MAC_BUF(mac); 3291 DECLARE_MAC_BUF(mac);
3292 3292