diff options
Diffstat (limited to 'drivers/net/stmmac/stmmac_main.c')
-rw-r--r-- | drivers/net/stmmac/stmmac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c index e3f002eba89a..1ccea76d89ae 100644 --- a/drivers/net/stmmac/stmmac_main.c +++ b/drivers/net/stmmac/stmmac_main.c | |||
@@ -1256,7 +1256,7 @@ static int stmmac_rx(struct stmmac_priv *priv, int limit) | |||
1256 | 1256 | ||
1257 | if (unlikely(status == csum_none)) { | 1257 | if (unlikely(status == csum_none)) { |
1258 | /* always for the old mac 10/100 */ | 1258 | /* always for the old mac 10/100 */ |
1259 | skb->ip_summed = CHECKSUM_NONE; | 1259 | skb_checksum_none_assert(skb); |
1260 | netif_receive_skb(skb); | 1260 | netif_receive_skb(skb); |
1261 | } else { | 1261 | } else { |
1262 | skb->ip_summed = CHECKSUM_UNNECESSARY; | 1262 | skb->ip_summed = CHECKSUM_UNNECESSARY; |