diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 06c272cee97d..7814a48ccd0b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -211,6 +211,8 @@ int iwl_rx_queue_update_write_ptr(struct iwl_priv *priv, | |||
211 | void iwl_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | 211 | void iwl_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq); |
212 | void iwl_rx_replenish(struct iwl_priv *priv); | 212 | void iwl_rx_replenish(struct iwl_priv *priv); |
213 | int iwl_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | 213 | int iwl_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq); |
214 | int iwl_rx_agg_start(struct iwl_priv *priv, const u8 *addr, int tid, u16 ssn); | ||
215 | int iwl_rx_agg_stop(struct iwl_priv *priv, const u8 *addr, int tid); | ||
214 | /* FIXME: remove when TX is moved to iwl core */ | 216 | /* FIXME: remove when TX is moved to iwl core */ |
215 | int iwl_rx_queue_restock(struct iwl_priv *priv); | 217 | int iwl_rx_queue_restock(struct iwl_priv *priv); |
216 | int iwl_rx_queue_space(const struct iwl_rx_queue *q); | 218 | int iwl_rx_queue_space(const struct iwl_rx_queue *q); |