diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-07-05 07:05:08 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-09-05 10:17:53 -0400 |
commit | 12bf6f45d17038589e0eaa8adeb7ee8169c0e4de (patch) | |
tree | 70536b591205e0f69740c9db4199e370b95ef2d8 /drivers/net/wireless/iwlwifi/dvm/dev.h | |
parent | 188ce5abebf56ec732f652abe608b94c317e4963 (diff) |
iwlwifi: report A-MPDU status
Since the firmware will give us an A-MPDU bit and
only a single PHY information packet for all the
subframes in an A-MPDU, we can easily report the
minimal A-MPDU information for radiotap.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/dvm/dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/dvm/dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/dvm/dev.h b/drivers/net/wireless/iwlwifi/dvm/dev.h index 054f728f6266..8141f91c3725 100644 --- a/drivers/net/wireless/iwlwifi/dvm/dev.h +++ b/drivers/net/wireless/iwlwifi/dvm/dev.h | |||
@@ -771,6 +771,7 @@ struct iwl_priv { | |||
771 | u8 agg_tids_count; | 771 | u8 agg_tids_count; |
772 | 772 | ||
773 | struct iwl_rx_phy_res last_phy_res; | 773 | struct iwl_rx_phy_res last_phy_res; |
774 | u32 ampdu_ref; | ||
774 | bool last_phy_res_valid; | 775 | bool last_phy_res_valid; |
775 | 776 | ||
776 | /* | 777 | /* |