From: Giuseppe CAVALLARO Date: Mon, 1 Sep 2014 07:17:52 +0000 (+0200) Subject: stmmac: fix the rx csum feature X-Git-Tag: fixes-for-v3.18-merge-window~162^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2afb5bdffde3da175b9ced66f70a4b453103d71;p=pandora-kernel.git stmmac: fix the rx csum feature For new GMACs it is possible to turn-on/off the COE. In the current driver, when disabled the Rx-checksum via ethtool, the tool reported that csum was disabled but the HW continued to set the IPC. Indeed this is because the fix_features allows this. So the patch fixes this problem by adding the set_features. Signed-off-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed