[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)
commit0000754c27f07d5656eff17367c05dc4cfb7d965
treefb96aa5860e9d29ef68cfb4d103737d9877fcd40
parent88b9adb073b7a69a54b1b14423103bc24587ebdc
[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