diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-05-15 01:53:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-21 21:47:53 -0400 |
commit | 443cfd457f780e40ceab7e00fbb6a56882848834 (patch) | |
tree | 6085149d4636bf3f7048223579b71512932122c1 /drivers/net/wireless/iwlwifi/iwl-tx.c | |
parent | 39130df32adf8272373c03c8c2499cd2a1b4c5cf (diff) |
iwlwifi: rename iwl4965_queue to iwl_queue
This patch renames iwl4965_queue to iwl_queue.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-tx.c b/drivers/net/wireless/iwlwifi/iwl-tx.c index a1e03ccd5147..870d257bded3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-tx.c | |||
@@ -105,7 +105,7 @@ EXPORT_SYMBOL(iwl_hw_txq_free_tfd); | |||
105 | */ | 105 | */ |
106 | static void iwl_tx_queue_free(struct iwl_priv *priv, struct iwl_tx_queue *txq) | 106 | static void iwl_tx_queue_free(struct iwl_priv *priv, struct iwl_tx_queue *txq) |
107 | { | 107 | { |
108 | struct iwl4965_queue *q = &txq->q; | 108 | struct iwl_queue *q = &txq->q; |
109 | struct pci_dev *dev = priv->pci_dev; | 109 | struct pci_dev *dev = priv->pci_dev; |
110 | int len; | 110 | int len; |
111 | 111 | ||
@@ -158,7 +158,7 @@ EXPORT_SYMBOL(iwl_hw_txq_ctx_free); | |||
158 | /** | 158 | /** |
159 | * iwl_queue_init - Initialize queue's high/low-water and read/write indexes | 159 | * iwl_queue_init - Initialize queue's high/low-water and read/write indexes |
160 | */ | 160 | */ |
161 | static int iwl_queue_init(struct iwl_priv *priv, struct iwl4965_queue *q, | 161 | static int iwl_queue_init(struct iwl_priv *priv, struct iwl_queue *q, |
162 | int count, int slots_num, u32 id) | 162 | int count, int slots_num, u32 id) |
163 | { | 163 | { |
164 | q->n_bd = count; | 164 | q->n_bd = count; |