]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] "3c59x collision statistics fix" fix
authorAndrew Morton <akpm@osdl.org>
Fri, 31 Mar 2006 10:30:47 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:55 +0000 (12:18 -0800)
commit673a244578fc3a66fd672158b41a8bf737f71439
treefb96aa5860e9d29ef68cfb4d103737d9877fcd40
parent9d59b7d8143cffd6116e16693cfd0327096ad89b
[PATCH] "3c59x collision statistics fix" fix

The pre-2.6.16 patch "3c59x collision statistics fix" accidentally caused
vortex_error() to not run iowrite16(TxEnable, ioaddr + EL3_CMD) if we got a
maxCollisions interrupt but MAX_COLLISION_RESET is not set.

Thanks to Pete Clements <clem@clem.clem-digital.net> for reporting and testing.

Acked-by: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/3c59x.c