diff options
author | Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> | 2011-09-21 14:22:49 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-27 14:27:47 -0400 |
commit | 129321804e36721e71fadcab5b475bd37bf53044 (patch) | |
tree | ee508901eec5e9def4cd2764ee89ae0fd2c983e9 /drivers/net/wireless/ath/ath9k/debug.h | |
parent | 85a8eefdc9ee5ec222fb146a4df5d67c306488c4 (diff) | |
download | op-kernel-dev-129321804e36721e71fadcab5b475bd37bf53044.zip op-kernel-dev-129321804e36721e71fadcab5b475bd37bf53044.tar.gz |
ath9k: add Block ACK bitmap in sample debug
this represents the bitmap of block ACK received after the
successful transmission of an aggregate frame. also made few
changes to beautify the display
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index 39f89bc..b93e88b 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h @@ -196,6 +196,8 @@ struct ath_dbg_bb_mac_samp { u8 rateindex; u8 qid; u8 tid; + u32 ba_low; + u32 ba_high; } ts[ATH_DBG_MAX_SAMPLES]; struct { u64 jiffies; |