diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index 57c70b840a5..0a8417a2c29 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -127,15 +127,7 @@ int iwl_prepare_card_hw(struct iwl_priv *priv); | |||
127 | int iwlagn_start_device(struct iwl_priv *priv); | 127 | int iwlagn_start_device(struct iwl_priv *priv); |
128 | 128 | ||
129 | /* tx queue */ | 129 | /* tx queue */ |
130 | void iwlagn_set_wr_ptrs(struct iwl_priv *priv, | 130 | /*TODO: this one should go to transport layer */ |
131 | int txq_id, u32 index); | ||
132 | void iwlagn_txq_update_byte_cnt_tbl(struct iwl_priv *priv, | ||
133 | struct iwl_tx_queue *txq, | ||
134 | u16 byte_cnt); | ||
135 | |||
136 | void iwlagn_tx_queue_set_status(struct iwl_priv *priv, | ||
137 | struct iwl_tx_queue *txq, | ||
138 | int tx_fifo_id, int scd_retry); | ||
139 | void iwl_free_tfds_in_queue(struct iwl_priv *priv, | 131 | void iwl_free_tfds_in_queue(struct iwl_priv *priv, |
140 | int sta_id, int tid, int freed); | 132 | int sta_id, int tid, int freed); |
141 | 133 | ||
@@ -188,9 +180,6 @@ int iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, | |||
188 | struct ieee80211_sta *sta, u16 tid, u16 *ssn); | 180 | struct ieee80211_sta *sta, u16 tid, u16 *ssn); |
189 | int iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif, | 181 | int iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif, |
190 | struct ieee80211_sta *sta, u16 tid); | 182 | struct ieee80211_sta *sta, u16 tid); |
191 | void iwlagn_txq_agg_queue_setup(struct iwl_priv *priv, | ||
192 | struct ieee80211_sta *sta, | ||
193 | int tid, int frame_limit); | ||
194 | int iwlagn_txq_check_empty(struct iwl_priv *priv, | 183 | int iwlagn_txq_check_empty(struct iwl_priv *priv, |
195 | int sta_id, u8 tid, int txq_id); | 184 | int sta_id, u8 tid, int txq_id); |
196 | void iwlagn_rx_reply_compressed_ba(struct iwl_priv *priv, | 185 | void iwlagn_rx_reply_compressed_ba(struct iwl_priv *priv, |