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/iwl4965-base.c | |
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/iwl4965-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl4965-base.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c index 52eb37f4ac78..92bb7e13a1f0 100644 --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c +++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c | |||
@@ -8955,11 +8955,10 @@ static struct ieee80211_ops iwl4965_hw_ops = { | |||
8955 | .erp_ie_changed = iwl4965_mac_erp_ie_changed, | 8955 | .erp_ie_changed = iwl4965_mac_erp_ie_changed, |
8956 | #ifdef CONFIG_IWL4965_HT | 8956 | #ifdef CONFIG_IWL4965_HT |
8957 | .conf_ht = iwl4965_mac_conf_ht, | 8957 | .conf_ht = iwl4965_mac_conf_ht, |
8958 | .ampdu_action = iwl4965_mac_ampdu_action, | ||
8958 | #ifdef CONFIG_IWL4965_HT_AGG | 8959 | #ifdef CONFIG_IWL4965_HT_AGG |
8959 | .ht_tx_agg_start = iwl4965_mac_ht_tx_agg_start, | 8960 | .ht_tx_agg_start = iwl4965_mac_ht_tx_agg_start, |
8960 | .ht_tx_agg_stop = iwl4965_mac_ht_tx_agg_stop, | 8961 | .ht_tx_agg_stop = iwl4965_mac_ht_tx_agg_stop, |
8961 | .ht_rx_agg_start = iwl4965_mac_ht_rx_agg_start, | ||
8962 | .ht_rx_agg_stop = iwl4965_mac_ht_rx_agg_stop, | ||
8963 | #endif /* CONFIG_IWL4965_HT_AGG */ | 8962 | #endif /* CONFIG_IWL4965_HT_AGG */ |
8964 | #endif /* CONFIG_IWL4965_HT */ | 8963 | #endif /* CONFIG_IWL4965_HT */ |
8965 | .hw_scan = iwl4965_mac_hw_scan | 8964 | .hw_scan = iwl4965_mac_hw_scan |