diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 5e4dc1b0a1bd..3aafe94741ba 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -980,7 +980,7 @@ static inline void ixgbe_rx_checksum(struct ixgbe_adapter *adapter, | |||
980 | { | 980 | { |
981 | u32 status_err = le32_to_cpu(rx_desc->wb.upper.status_error); | 981 | u32 status_err = le32_to_cpu(rx_desc->wb.upper.status_error); |
982 | 982 | ||
983 | skb->ip_summed = CHECKSUM_NONE; | 983 | skb_checksum_none_assert(skb); |
984 | 984 | ||
985 | /* Rx csum disabled */ | 985 | /* Rx csum disabled */ |
986 | if (!(adapter->flags & IXGBE_FLAG_RX_CSUM_ENABLED)) | 986 | if (!(adapter->flags & IXGBE_FLAG_RX_CSUM_ENABLED)) |