aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.h
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>2011-09-21 04:52:49 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-09-27 14:27:47 -0400
commit129321804e36721e71fadcab5b475bd37bf53044 (patch)
treeee508901eec5e9def4cd2764ee89ae0fd2c983e9 /drivers/net/wireless/ath/ath9k/debug.h
parent85a8eefdc9ee5ec222fb146a4df5d67c306488c4 (diff)
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.h2
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 39f89bc9abcd..b93e88bd8c58 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 {
196 u8 rateindex; 196 u8 rateindex;
197 u8 qid; 197 u8 qid;
198 u8 tid; 198 u8 tid;
199 u32 ba_low;
200 u32 ba_high;
199 } ts[ATH_DBG_MAX_SAMPLES]; 201 } ts[ATH_DBG_MAX_SAMPLES];
200 struct { 202 struct {
201 u64 jiffies; 203 u64 jiffies;