aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/common.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2013-01-18 17:47:19 -0500
committerJohn W. Linville <linville@tuxdriver.com>2013-02-01 14:27:21 -0500
commit0255beda59d3b46c06429699d139ad683b33e5f1 (patch)
tree8d2f441ed91bf72a33d55f925d558d796ada74ba /drivers/net/wireless/iwlegacy/common.h
parent5d38745fa896804ce83cb975ba6bf184d0e85ba0 (diff)
iwl4965: report A-MPDU status
This patch is based on "iwlwifi: report A-MPDU status". (12bf6f45d1703858) 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. Cc: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/common.h')
-rw-r--r--drivers/net/wireless/iwlegacy/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h
index 37fe553b25e0..96f2025d936e 100644
--- a/drivers/net/wireless/iwlegacy/common.h
+++ b/drivers/net/wireless/iwlegacy/common.h
@@ -1356,6 +1356,7 @@ struct il_priv {
1356 struct { 1356 struct {
1357 struct il_rx_phy_res last_phy_res; 1357 struct il_rx_phy_res last_phy_res;
1358 bool last_phy_res_valid; 1358 bool last_phy_res_valid;
1359 u32 ampdu_ref;
1359 1360
1360 struct completion firmware_loading_complete; 1361 struct completion firmware_loading_complete;
1361 1362