]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit5d882c97e2c958df9f8b78832fa1ecbecef6ea1d
treefc6e7ee71576ec9b2476f15508e4321511234743
parent8c5765fda4b382acce4ff386e18ec11790dff893
ath5k: Print stats as unsigned ints.

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>
drivers/net/wireless/ath/ath5k/debug.c