[PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 9 Dec 2005 15:36:09 +0000 (10:36 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 12 Jan 2006 21:39:45 +0000 (16:39 -0500)
At least some versions of the via-velocity hardware only support
checksumming IPv4 frames in hardware.  However, the driver is currently
setting the NETIF_F_HW_CSUM flag, which indicates support for more than
just IPv4.  This results in errors when trying to use IPv6 over
via-velocity hardware.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found