ath5k: Print stats as unsigned ints.
authorBen Greear <greearb@candelatech.com>
Mon, 8 Nov 2010 18:50:03 +0000 (10:50 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:26:37 +0000 (13:26 -0500)
The debugfs code for ath5k was printing some unsigned int
stats with %d instead of %u.  This meant that you could see
negative numbers instead of a clean wrap.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found