From: Alexander Duyck Date: Sat, 2 May 2015 08:09:59 +0000 (-0700) Subject: e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo frames X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~375^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e7fe5b9cd94e6accb128e6a1e5902e9018deef;p=pandora-kernel.git e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo frames The driver wasn't allowing jumbo frames to be enabled when CRC stripping was disabled, however it was allowing CRC stripping to be disabled while jumbo frames were enabled. This fixes that by making it so that the NETIF_F_RXFCS flag cannot be set when jumbo frames are enabled on 82579 and newer parts. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed