commit | 05690d633f309d7369176754f7362e979c5710a6 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 12 13:27:01 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 12 10:17:00 2017 -0400 |
tree | 01521596dda53bfdda945b2c69edbd288128c4f2 | |
parent | f221dcd91d20cdcb893cf6e9c8894b7d6c97d649 [diff] |
ftgmac100: Upgrade to NETIF_F_HW_CSUM The documentation describes NETIF_F_IP_CSUM as deprecated so let's switch to NETIF_F_HW_CSUM and use the helper to handle unhandled protocols. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>