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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h b/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h index 269d9e3188b3..f443c106291a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h | |||
@@ -175,14 +175,14 @@ void iwl_tx_cmd_complete(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb); | |||
175 | void iwl_trans_txq_update_byte_cnt_tbl(struct iwl_trans *trans, | 175 | void iwl_trans_txq_update_byte_cnt_tbl(struct iwl_trans *trans, |
176 | struct iwl_tx_queue *txq, | 176 | struct iwl_tx_queue *txq, |
177 | u16 byte_cnt); | 177 | u16 byte_cnt); |
178 | int iwl_trans_pcie_txq_agg_disable(struct iwl_priv *priv, u16 txq_id, | 178 | int iwl_trans_pcie_txq_agg_disable(struct iwl_priv *priv, u16 txq_id); |
179 | u16 ssn_idx, u8 tx_fifo); | ||
180 | void iwl_trans_set_wr_ptrs(struct iwl_trans *trans, int txq_id, u32 index); | 179 | void iwl_trans_set_wr_ptrs(struct iwl_trans *trans, int txq_id, u32 index); |
181 | void iwl_trans_tx_queue_set_status(struct iwl_priv *priv, | 180 | void iwl_trans_tx_queue_set_status(struct iwl_priv *priv, |
182 | struct iwl_tx_queue *txq, | 181 | struct iwl_tx_queue *txq, |
183 | int tx_fifo_id, int scd_retry); | 182 | int tx_fifo_id, int scd_retry); |
184 | void iwl_trans_pcie_txq_agg_setup(struct iwl_priv *priv, int sta_id, int tid, | 183 | void iwl_trans_pcie_txq_agg_setup(struct iwl_priv *priv, |
185 | int frame_limit); | 184 | enum iwl_rxon_context_id ctx, |
185 | int sta_id, int tid, int frame_limit); | ||
186 | void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, | 186 | void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq, |
187 | int index); | 187 | int index); |
188 | void iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index, | 188 | void iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index, |