diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2007-12-25 10:00:38 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:09:41 -0500 |
commit | 9ab461732a3cd8e7a7cf13cc46ed4c1ac7907824 (patch) | |
tree | cf1245a670262c56abd94d9a1163b188d2752212 /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | 132127e5057be70112bb974b8a3aaa0f7b14847f (diff) |
iwlwifi: A-MPDU Rx flow enabled
This patch enables the A-MPDU Rx flow. it contains several
adjustments to new mac80211 A-MPDU Rx flow.
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index aad7f70bab7..c38648216dc 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -780,13 +780,12 @@ extern void iwl4965_set_rxon_ht(struct iwl4965_priv *priv, | |||
780 | struct iwl_ht_info *ht_info); | 780 | struct iwl_ht_info *ht_info); |
781 | extern void iwl4965_set_ht_add_station(struct iwl4965_priv *priv, u8 index, | 781 | extern void iwl4965_set_ht_add_station(struct iwl4965_priv *priv, u8 index, |
782 | struct ieee80211_ht_info *sta_ht_inf); | 782 | struct ieee80211_ht_info *sta_ht_inf); |
783 | extern int iwl4965_mac_ampdu_action(struct ieee80211_hw *hw, | ||
784 | enum ieee80211_ampdu_mlme_action action, | ||
785 | const u8 *addr, u16 tid, u16 ssn); | ||
783 | #ifdef CONFIG_IWL4965_HT_AGG | 786 | #ifdef CONFIG_IWL4965_HT_AGG |
784 | extern int iwl4965_mac_ht_tx_agg_start(struct ieee80211_hw *hw, u8 *da, | 787 | extern int iwl4965_mac_ht_tx_agg_start(struct ieee80211_hw *hw, u8 *da, |
785 | u16 tid, u16 *start_seq_num); | 788 | u16 tid, u16 *start_seq_num); |
786 | extern int iwl4965_mac_ht_rx_agg_start(struct ieee80211_hw *hw, u8 *da, | ||
787 | u16 tid, u16 start_seq_num); | ||
788 | extern int iwl4965_mac_ht_rx_agg_stop(struct ieee80211_hw *hw, u8 *da, | ||
789 | u16 tid, int generator); | ||
790 | extern int iwl4965_mac_ht_tx_agg_stop(struct ieee80211_hw *hw, u8 *da, | 789 | extern int iwl4965_mac_ht_tx_agg_stop(struct ieee80211_hw *hw, u8 *da, |
791 | u16 tid, int generator); | 790 | u16 tid, int generator); |
792 | extern void iwl4965_turn_off_agg(struct iwl4965_priv *priv, u8 tid); | 791 | extern void iwl4965_turn_off_agg(struct iwl4965_priv *priv, u8 tid); |