ath9k_htc: Add dropped SKB count to debugfs
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k / htc.h
index 78213fc..6a4614a 100644 (file)
@@ -261,6 +261,7 @@ struct ath_tx_stats {
        u32 buf_completed;
        u32 skb_queued;
        u32 skb_completed;
+       u32 skb_dropped;
 };
 
 struct ath_rx_stats {