commit | 22c6d143f33f10721216a8cfa3a83f7edfc2bd4e | [log] [tgz] |
---|---|---|
author | Manfred Spraul <manfred@colorfullife.com> | Tue Apr 19 21:17:09 2005 +0200 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun May 15 18:10:01 2005 -0400 |
tree | d380788538dc82d08545818ba569234e3d665016 | |
parent | 2918c35d311263bc313b3da272783860ce573189 [diff] |
[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.