]> git.baikalelectronics.ru Git - kernel.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)
commit2d526266f43313a7e6e66e7e4b2f419e4ad2f152
treefc6e7ee71576ec9b2476f15508e4321511234743
parentdf80bb96361d0061687dd111d6d1bb8e19147f41
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