[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)
commit596f86a8d8a70005728944143f08fe5414443355
tree4d03416456411b74fbdcdbf944d81b37f8552496
parenta174fd88d2b73c1933ea24ed533354d618c7d089
[PATCH] sk98lin: fix checksumming code

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>
drivers/net/sk98lin/Makefile
drivers/net/sk98lin/h/skdrv2nd.h
drivers/net/sk98lin/skcsum.c [deleted file]
drivers/net/sk98lin/skge.c