From: Shawn Guo Date: Wed, 8 May 2013 21:08:22 +0000 (+0000) Subject: net: fec: enable hardware checksum only on imx6q-fec X-Git-Tag: v3.10-rc2~34^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4849625569874d474ce351efd84b1f487ba08c94;p=pandora-kernel.git net: fec: enable hardware checksum only on imx6q-fec Commit 4c09eed (net: fec: Enable imx6 enet checksum acceleration.) enables hardware checksum acceleration unconditionally for all fec variants. This is inappropriate, because some variants like imx5 have no such support on hardware. Consequently, fec is broken on these platforms. Fix it by enabling hardware checksum only on imx6q-fec type of controllers. Signed-off-by: Shawn Guo Reviewed-by: Jim Baxter Signed-off-by: David S. Miller --- Reading git-diff-tree failed