summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-04-16 11:54:00 +0530
committerJohn W. Linville <linville@tuxdriver.com>2010-04-16 15:47:11 -0400
commiteac8e385e9446e591aacbc9ef2c2a3b0836dd2d4 (patch)
tree5484400ffd79db6811cedd2b779b0d69ede2a238 /drivers/net/wireless/ath/ath9k/htc.h
parent0daa3e3a7d85d70cdd4d9cc8e589e79a4a37a5ef (diff)
downloadlinux-stable-eac8e385e9446e591aacbc9ef2c2a3b0836dd2d4.tar.gz
linux-stable-eac8e385e9446e591aacbc9ef2c2a3b0836dd2d4.tar.bz2
linux-stable-eac8e385e9446e591aacbc9ef2c2a3b0836dd2d4.zip
ath9k_htc: Add dropped SKB count to debugfs
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index 78213fc71b09..6a4614a8701b 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -261,6 +261,7 @@ struct ath_tx_stats {
u32 buf_completed;
u32 skb_queued;
u32 skb_completed;
+ u32 skb_dropped;
};
struct ath_rx_stats {