commit | d2afb5bdffde3da175b9ced66f70a4b453103d71 | [log] [tgz] |
---|---|---|
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | Mon Sep 01 09:17:52 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 01 21:51:29 2014 -0700 |
tree | 250714e39756cc16c9951c50b1c3347ff9f91721 | |
parent | 8a3cf39b72d12001d4cc67b69233a986921f190d [diff] |
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 <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>