sky2: software rx/tx stats
authorshemminger@linux-foundation.org <shemminger@linux-foundation.org>
Fri, 26 Jan 2007 19:38:39 +0000 (11:38 -0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 5 Feb 2007 21:58:49 +0000 (16:58 -0500)
commit2bf56fe25cef2a7652f7b2ab37ac14a336c76c75
tree0ee2f6c750bf4434e502881863b7f2cd2929daf7
parent285e6ddd013bafa6278a0e4b76a25a075be74e14
sky2: software rx/tx stats

Maintain packet statistics in software rather than hardware.
This is slightly slower, but allows easier debugging of problems
where packets are still being received by PHY but not being handled
by hardware.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c