diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-11-21 06:25:31 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-12-16 10:22:52 -0500 |
commit | 3c69b5954225b41cfa57338b17466816072d55a2 (patch) | |
tree | 60ff5619d3240cd39863d92fab2ef07447d7543f /drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | |
parent | bc23773059ecea24cb653994686d230b6be08536 (diff) |
iwlwifi: tid_data logic move to upper layer - tx AGG alloc
The tid_data is not related to the transport layer, so move
the logic that depends on it to the upper layer.
This patch deals with tx AGG alloc.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h index 342ee2df2137..395c9f408f4f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | |||
@@ -286,9 +286,7 @@ void iwl_trans_set_wr_ptrs(struct iwl_trans *trans, int txq_id, u32 index); | |||
286 | void iwl_trans_tx_queue_set_status(struct iwl_trans *trans, | 286 | void iwl_trans_tx_queue_set_status(struct iwl_trans *trans, |
287 | struct iwl_tx_queue *txq, | 287 | struct iwl_tx_queue *txq, |
288 | int tx_fifo_id, int scd_retry); | 288 | int tx_fifo_id, int scd_retry); |
289 | int iwl_trans_pcie_tx_agg_alloc(struct iwl_trans *trans, | 289 | int iwl_trans_pcie_tx_agg_alloc(struct iwl_trans *trans, int sta_id, int tid); |
290 | enum iwl_rxon_context_id ctx, int sta_id, | ||
291 | int tid, u16 *ssn); | ||
292 | void iwl_trans_pcie_tx_agg_setup(struct iwl_trans *trans, | 290 | void iwl_trans_pcie_tx_agg_setup(struct iwl_trans *trans, |
293 | enum iwl_rxon_context_id ctx, | 291 | enum iwl_rxon_context_id ctx, |
294 | int sta_id, int tid, int frame_limit); | 292 | int sta_id, int tid, int frame_limit); |