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 b5a169be48e2..20f8e4188994 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -190,10 +190,7 @@ void iwlagn_rx_replenish_now(struct iwl_priv *priv); | |||
190 | void iwlagn_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | 190 | void iwlagn_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq); |
191 | int iwlagn_rxq_stop(struct iwl_priv *priv); | 191 | int iwlagn_rxq_stop(struct iwl_priv *priv); |
192 | int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band); | 192 | int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band); |
193 | void iwlagn_rx_reply_rx(struct iwl_priv *priv, | 193 | void iwl_setup_rx_handlers(struct iwl_priv *priv); |
194 | struct iwl_rx_mem_buffer *rxb); | ||
195 | void iwlagn_rx_reply_rx_phy(struct iwl_priv *priv, | ||
196 | struct iwl_rx_mem_buffer *rxb); | ||
197 | 194 | ||
198 | /* tx */ | 195 | /* tx */ |
199 | void iwl_hw_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq); | 196 | void iwl_hw_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq); |
@@ -243,14 +240,6 @@ static inline bool iwl_is_tx_success(u32 status) | |||
243 | 240 | ||
244 | u8 iwl_toggle_tx_ant(struct iwl_priv *priv, u8 ant_idx, u8 valid); | 241 | u8 iwl_toggle_tx_ant(struct iwl_priv *priv, u8 ant_idx, u8 valid); |
245 | 242 | ||
246 | /* rx */ | ||
247 | void iwl_rx_missed_beacon_notif(struct iwl_priv *priv, | ||
248 | struct iwl_rx_mem_buffer *rxb); | ||
249 | void iwl_rx_statistics(struct iwl_priv *priv, | ||
250 | struct iwl_rx_mem_buffer *rxb); | ||
251 | void iwl_reply_statistics(struct iwl_priv *priv, | ||
252 | struct iwl_rx_mem_buffer *rxb); | ||
253 | |||
254 | /* scan */ | 243 | /* scan */ |
255 | int iwlagn_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif); | 244 | int iwlagn_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif); |
256 | void iwlagn_post_scan(struct iwl_priv *priv); | 245 | void iwlagn_post_scan(struct iwl_priv *priv); |