diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-10 14:05:38 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-16 10:43:42 -0500 |
commit | 8829c9e2ec144baeb3cee599e1e653a396ad521b (patch) | |
tree | 456621f28e8d6a65203863be092cd26add4de84b /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | b1d771ee33c6e4006676002b9d74abf45b71d3d6 (diff) |
iwlagn: used frame count info in compressed ba packet
For newer devices, uCode provide both "number of frames sent"
and "number of frames acked" information inside the compressed_ba
packet. So instead of figure the success/failure information through
the bitmap, use those information which is much betrer approach.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 4748d067eb1d..a172bd171a0c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2620,6 +2620,7 @@ static struct iwl_base_params iwl4965_base_params = { | |||
2620 | .ucode_tracing = true, | 2620 | .ucode_tracing = true, |
2621 | .sensitivity_calib_by_driver = true, | 2621 | .sensitivity_calib_by_driver = true, |
2622 | .chain_noise_calib_by_driver = true, | 2622 | .chain_noise_calib_by_driver = true, |
2623 | .no_agg_framecnt_info = true, | ||
2623 | }; | 2624 | }; |
2624 | 2625 | ||
2625 | struct iwl_cfg iwl4965_agn_cfg = { | 2626 | struct iwl_cfg iwl4965_agn_cfg = { |