diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index dcdf2259520f..4351151e2a91 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -182,7 +182,6 @@ void iwlagn_temperature(struct iwl_priv *priv); | |||
182 | u16 iwlagn_eeprom_calib_version(struct iwl_priv *priv); | 182 | u16 iwlagn_eeprom_calib_version(struct iwl_priv *priv); |
183 | const u8 *iwlagn_eeprom_query_addr(const struct iwl_priv *priv, | 183 | const u8 *iwlagn_eeprom_query_addr(const struct iwl_priv *priv, |
184 | size_t offset); | 184 | size_t offset); |
185 | void iwlagn_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | ||
186 | int iwlagn_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | 185 | int iwlagn_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq); |
187 | int iwlagn_hw_nic_init(struct iwl_priv *priv); | 186 | int iwlagn_hw_nic_init(struct iwl_priv *priv); |
188 | int iwlagn_wait_tx_queue_empty(struct iwl_priv *priv); | 187 | int iwlagn_wait_tx_queue_empty(struct iwl_priv *priv); |
@@ -194,7 +193,6 @@ void iwlagn_rx_queue_restock(struct iwl_priv *priv); | |||
194 | void iwlagn_rx_allocate(struct iwl_priv *priv, gfp_t priority); | 193 | void iwlagn_rx_allocate(struct iwl_priv *priv, gfp_t priority); |
195 | void iwlagn_rx_replenish(struct iwl_priv *priv); | 194 | void iwlagn_rx_replenish(struct iwl_priv *priv); |
196 | void iwlagn_rx_replenish_now(struct iwl_priv *priv); | 195 | void iwlagn_rx_replenish_now(struct iwl_priv *priv); |
197 | void iwlagn_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | ||
198 | int iwlagn_rxq_stop(struct iwl_priv *priv); | 196 | int iwlagn_rxq_stop(struct iwl_priv *priv); |
199 | int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band); | 197 | int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band); |
200 | void iwl_setup_rx_handlers(struct iwl_priv *priv); | 198 | void iwl_setup_rx_handlers(struct iwl_priv *priv); |
@@ -220,8 +218,6 @@ void iwlagn_rx_reply_compressed_ba(struct iwl_priv *priv, | |||
220 | struct iwl_rx_mem_buffer *rxb); | 218 | struct iwl_rx_mem_buffer *rxb); |
221 | int iwlagn_tx_queue_reclaim(struct iwl_priv *priv, int txq_id, int index); | 219 | int iwlagn_tx_queue_reclaim(struct iwl_priv *priv, int txq_id, int index); |
222 | void iwlagn_hw_txq_ctx_free(struct iwl_priv *priv); | 220 | void iwlagn_hw_txq_ctx_free(struct iwl_priv *priv); |
223 | int iwlagn_txq_ctx_alloc(struct iwl_priv *priv); | ||
224 | void iwlagn_txq_ctx_reset(struct iwl_priv *priv); | ||
225 | void iwlagn_txq_ctx_stop(struct iwl_priv *priv); | 221 | void iwlagn_txq_ctx_stop(struct iwl_priv *priv); |
226 | 222 | ||
227 | static inline u32 iwl_tx_status_to_mac80211(u32 status) | 223 | static inline u32 iwl_tx_status_to_mac80211(u32 status) |
@@ -260,6 +256,7 @@ int iwlagn_manage_ibss_station(struct iwl_priv *priv, | |||
260 | /* hcmd */ | 256 | /* hcmd */ |
261 | int iwlagn_send_tx_ant_config(struct iwl_priv *priv, u8 valid_tx_ant); | 257 | int iwlagn_send_tx_ant_config(struct iwl_priv *priv, u8 valid_tx_ant); |
262 | int iwlagn_send_beacon_cmd(struct iwl_priv *priv); | 258 | int iwlagn_send_beacon_cmd(struct iwl_priv *priv); |
259 | int iwlagn_set_pan_params(struct iwl_priv *priv); | ||
263 | 260 | ||
264 | /* bt coex */ | 261 | /* bt coex */ |
265 | void iwlagn_send_advance_bt_config(struct iwl_priv *priv); | 262 | void iwlagn_send_advance_bt_config(struct iwl_priv *priv); |