diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h b/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h index ece9408262b1..ba82c8bca242 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h | |||
@@ -202,8 +202,8 @@ void iwl_trans_pcie_txq_agg_setup(struct iwl_priv *priv, | |||
202 | int sta_id, int tid, int frame_limit); | 202 | int sta_id, int tid, int frame_limit); |
203 | void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, | 203 | void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, |
204 | int index); | 204 | int index); |
205 | void iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index, | 205 | int iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index, |
206 | struct sk_buff_head *skbs); | 206 | struct sk_buff_head *skbs); |
207 | 207 | ||
208 | /***************************************************** | 208 | /***************************************************** |
209 | * Error handling | 209 | * Error handling |