[PATCH] sk98lin: fix checksumming code
authorshemminger@osdl.org <shemminger@osdl.org>
Thu, 24 Nov 2005 06:00:49 +0000 (22:00 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 1 Dec 2005 07:22:03 +0000 (02:22 -0500)
Remove code from sk98lin that does it's own checksum validation.
This code is incorrect when dealing with nested protocols like
VLAN's, and it is better to use regular receive code path to
handle hardware checksum.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found