[PATCH] forcedeth: Update error handling
authorManfred Spraul <manfred@colorfullife.com>
Tue, 19 Apr 2005 19:17:09 +0000 (21:17 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 15 May 2005 22:10:01 +0000 (18:10 -0400)
commit22c6d143f33f10721216a8cfa3a83f7edfc2bd4e
treed380788538dc82d08545818ba569234e3d665016
parent2918c35d311263bc313b3da272783860ce573189
[PATCH] forcedeth: Update error handling

Ayaz wrote an update to the error handling for forcedeth (which I
modified heavily, thus all bugs are mine):
The ERROR4 bit is not a fatal error, it just indicates a mismatch
between the actual packet len and the len according to the 802.3 header.
The patch adds proper handling.
The patch also removes the code that drops all packets with RX_ERROR &
(!RX_FRAMINGERR): ERROR4 errors are also not fatal.
drivers/net/forcedeth.c