[NET] snap: needs hardware checksum fix
authorStephen Hemminger <shemminger@osdl.org>
Fri, 3 Feb 2006 00:53:26 +0000 (16:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2006 00:53:26 +0000 (16:53 -0800)
commit42c5e15f18d63c1ecf79d52bdaf4ea31cd22416d
tree1f93d1430321312857a93157276aa94c2b5db14d
parent1113a7e92e483074c6235da59460759e33b9b144
[NET] snap: needs hardware checksum fix

The SNAP code pops off it's 5 byte header, but doesn't adjust
the checksum. This would cause problems when using device that
does IP over SNAP and hardware receive checksums.

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