commit | 5a6f78afdabeb8b8e0811547fb98813323abf888 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue May 31 21:21:41 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 03 15:01:07 2011 -0400 |
tree | c07b2091a53f0f6929cceffeffa14e64ffc6fbaf | |
parent | 10f8113ecb76eea72f96c7cfb72d7fed7c282565 [diff] [blame] |
ath9k: show excessive-retry MPDUs in debugfs Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index 8ce6ad8..4a04510 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h
@@ -116,6 +116,7 @@ u32 tx_bytes_all; u32 queued; u32 completed; + u32 xretries; u32 a_aggr; u32 a_queued_hw; u32 a_queued_sw;