diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-07-11 10:39:46 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-16 10:38:59 -0400 |
commit | 253a634ccd1b291282cd0cade219bd90eb0371eb (patch) | |
tree | ecb708eb830aaf1404e7ca7137784d8163c26b60 /drivers/net/wireless/iwlwifi/iwl-agn.h | |
parent | ab697a9f1e73ba817955e15bd899a8a0627f9fd6 (diff) |
iwlagn: move tx transport functions to iwl-trans-tx-pcie.c
There are still a few functions here and there that should be
put in the transport layer. Mainly the functions that are related to the reclaim flow.
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-agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index 1655e5943694..0c4e14527df0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -189,9 +189,6 @@ void iwl_rx_dispatch(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb); | |||
189 | /* tx */ | 189 | /* tx */ |
190 | void iwlagn_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq, | 190 | void iwlagn_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq, |
191 | int index); | 191 | int index); |
192 | int iwlagn_txq_attach_buf_to_tfd(struct iwl_priv *priv, | ||
193 | struct iwl_tx_queue *txq, | ||
194 | dma_addr_t addr, u16 len, u8 reset); | ||
195 | void iwlagn_hwrate_to_tx_control(struct iwl_priv *priv, u32 rate_n_flags, | 192 | void iwlagn_hwrate_to_tx_control(struct iwl_priv *priv, u32 rate_n_flags, |
196 | struct ieee80211_tx_info *info); | 193 | struct ieee80211_tx_info *info); |
197 | int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb); | 194 | int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb); |