diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-06-30 05:23:12 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-30 17:37:41 -0400 |
commit | 0c70515f2397b0e61a9961eba386a1277621a244 (patch) | |
tree | c134416d3225db9ee9c7173c20001119584363af /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 653fa4a07525e4cd9e7b90e6fc1f792119910636 (diff) |
iwlwifi: move rx aggregation functions to iwl-rx.c
This patch moves Rx aggregation functions into iwl-rx.c
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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); |