commit | 596f86a8d8a70005728944143f08fe5414443355 | [log] [tgz] |
---|---|---|
author | shemminger@osdl.org <shemminger@osdl.org> | Wed Nov 23 22:00:49 2005 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu Dec 01 02:22:03 2005 -0500 |
tree | 4d03416456411b74fbdcdbf944d81b37f8552496 | |
parent | a174fd88d2b73c1933ea24ed533354d618c7d089 [diff] |
[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>