From: Stephen Hemminger Date: Mon, 11 Jun 2007 18:35:23 +0000 (-0500) Subject: spidernet: checksum and ethtool X-Git-Tag: v2.6.22-rc6~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2c892daaf54b31a70785c2821771e8094188ed;p=pandora-kernel.git spidernet: checksum and ethtool It doesn't look like spidernet hardware can really checksum all protocols, the code looks like it does IPV4 only. If so, it should use NETIF_F_IP_CSUM instead of NETIF_F_HW_CSUM. The driver doesn't need it's own get/set for ethtool tx csum, and it should use the standard ethtool_op_get_link. Signed-off-by: Stephen Hemminger Signed-off-by: Linas Vepstas Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed