diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-07-11 10:35:34 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-16 10:38:46 -0400 |
commit | ab697a9f1e73ba817955e15bd899a8a0627f9fd6 (patch) | |
tree | 238ec4488413f008da43ee9914484500f81df60f /drivers/net/wireless/iwlwifi/iwl-agn.h | |
parent | 4caab328eeea02b244765c355f9d875f8f5f6093 (diff) |
iwlagn: move rx transport functions to iwl-trans-rx-pcie.c
Also create a new file: iwl-trans-int-pcie.h which will include
the non static functions that are shared among the current pcie transport layer.
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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index 6ddfd9338ee9..1655e5943694 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -174,7 +174,6 @@ int iwlagn_hw_valid_rtc_data_addr(u32 addr); | |||
174 | int iwlagn_send_tx_power(struct iwl_priv *priv); | 174 | int iwlagn_send_tx_power(struct iwl_priv *priv); |
175 | void iwlagn_temperature(struct iwl_priv *priv); | 175 | void iwlagn_temperature(struct iwl_priv *priv); |
176 | u16 iwlagn_eeprom_calib_version(struct iwl_priv *priv); | 176 | u16 iwlagn_eeprom_calib_version(struct iwl_priv *priv); |
177 | int iwlagn_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | ||
178 | int iwlagn_hw_nic_init(struct iwl_priv *priv); | 177 | int iwlagn_hw_nic_init(struct iwl_priv *priv); |
179 | int iwlagn_wait_tx_queue_empty(struct iwl_priv *priv); | 178 | int iwlagn_wait_tx_queue_empty(struct iwl_priv *priv); |
180 | int iwlagn_txfifo_flush(struct iwl_priv *priv, u16 flush_control); | 179 | int iwlagn_txfifo_flush(struct iwl_priv *priv, u16 flush_control); |
@@ -182,11 +181,6 @@ void iwlagn_dev_txfifo_flush(struct iwl_priv *priv, u16 flush_control); | |||
182 | int iwlagn_send_beacon_cmd(struct iwl_priv *priv); | 181 | int iwlagn_send_beacon_cmd(struct iwl_priv *priv); |
183 | 182 | ||
184 | /* rx */ | 183 | /* rx */ |
185 | void iwl_irq_tasklet(struct iwl_priv *priv); | ||
186 | void iwlagn_rx_queue_restock(struct iwl_priv *priv); | ||
187 | void iwlagn_rx_allocate(struct iwl_priv *priv, gfp_t priority); | ||
188 | void iwlagn_rx_replenish(struct iwl_priv *priv); | ||
189 | void iwlagn_rx_replenish_now(struct iwl_priv *priv); | ||
190 | int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band); | 184 | int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band); |
191 | void iwl_setup_rx_handlers(struct iwl_priv *priv); | 185 | void iwl_setup_rx_handlers(struct iwl_priv *priv); |
192 | void iwl_rx_dispatch(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb); | 186 | void iwl_rx_dispatch(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb); |