net: NETIF_F_HW_CSUM does not imply FCoE CRC offload
commitffe7d99b862d4c70e1eb214605ff7e24e55c547a
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 22 Oct 2010 04:38:26 +0000 (22 04:38 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:32:37 +0000 (9 13:32 -0800)
tree1ed03ffbffa1bc278efe27a751c62babf0d61a43
parentf3aa864b00bbcd49327d7911f8c39a65e51e2ca9
net: NETIF_F_HW_CSUM does not imply FCoE CRC offload

commit 66c68bcc489fadd4f5e8839e966e3a366e50d1d5 upstream.

NETIF_F_HW_CSUM indicates the ability to update an TCP/IP-style 16-bit
checksum with the checksum of an arbitrary part of the packet data,
whereas the FCoE CRC is something entirely different.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/core/dev.c