ath9k: Add more recv stats.
authorBen Greear <greearb@candelatech.com>
Tue, 3 Apr 2012 16:18:59 +0000 (09:18 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Apr 2012 20:23:55 +0000 (16:23 -0400)
commit150721894e3613a228e212615909ade14964235c
treec285334a7bc99999fa9b972727e17b9f0bddd9cc
parenta5a0bca1d81b18699885bce532d2b3e0ab3b30c0
ath9k: Add more recv stats.

This adds counters in various places that can drop packets on
rx without otherwise incrementing a counter.  It also counts
some non-error cases, such as becons and fragments received.

Should help with figuring out where packets are (and are not)
dropped.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/debug.h
drivers/net/wireless/ath/ath9k/recv.c