[VLAN]: Fix hardware rx csum errors
authorStephen Hemminger <shemminger@osdl.org>
Thu, 15 Dec 2005 00:23:16 +0000 (16:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Dec 2005 00:23:16 +0000 (16:23 -0800)
Receiving VLAN packets over a device (without VLAN assist) that is
doing hardware checksumming (CHECKSUM_HW), causes errors because the
VLAN code forgets to adjust the hardware checksum.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found