diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index 51e49df3644d..2ff7b8f5df7f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -80,4 +80,21 @@ bool iwl_good_ack_health(struct iwl_priv *priv, | |||
80 | /* uCode */ | 80 | /* uCode */ |
81 | int iwlagn_load_ucode(struct iwl_priv *priv); | 81 | int iwlagn_load_ucode(struct iwl_priv *priv); |
82 | 82 | ||
83 | /* tx queue */ | ||
84 | void iwlagn_set_wr_ptrs(struct iwl_priv *priv, | ||
85 | int txq_id, u32 index); | ||
86 | void iwlagn_tx_queue_set_status(struct iwl_priv *priv, | ||
87 | struct iwl_tx_queue *txq, | ||
88 | int tx_fifo_id, int scd_retry); | ||
89 | void iwlagn_txq_update_byte_cnt_tbl(struct iwl_priv *priv, | ||
90 | struct iwl_tx_queue *txq, | ||
91 | u16 byte_cnt); | ||
92 | void iwlagn_txq_inval_byte_cnt_tbl(struct iwl_priv *priv, | ||
93 | struct iwl_tx_queue *txq); | ||
94 | int iwlagn_txq_agg_enable(struct iwl_priv *priv, int txq_id, | ||
95 | int tx_fifo, int sta_id, int tid, u16 ssn_idx); | ||
96 | int iwlagn_txq_agg_disable(struct iwl_priv *priv, u16 txq_id, | ||
97 | u16 ssn_idx, u8 tx_fifo); | ||
98 | void iwlagn_txq_set_sched(struct iwl_priv *priv, u32 mask); | ||
99 | |||
83 | #endif /* __iwl_agn_h__ */ | 100 | #endif /* __iwl_agn_h__ */ |