aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/igb/igb_main.c')
-rw-r--r--drivers/net/igb/igb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index d35cc38bf8b2..c4d861b557ca 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -5455,7 +5455,7 @@ static void igb_receive_skb(struct igb_q_vector *q_vector,
5455static inline void igb_rx_checksum_adv(struct igb_ring *ring, 5455static inline void igb_rx_checksum_adv(struct igb_ring *ring,
5456 u32 status_err, struct sk_buff *skb) 5456 u32 status_err, struct sk_buff *skb)
5457{ 5457{
5458 skb->ip_summed = CHECKSUM_NONE; 5458 skb_checksum_none_assert(skb);
5459 5459
5460 /* Ignore Checksum bit is set or checksum is disabled through ethtool */ 5460 /* Ignore Checksum bit is set or checksum is disabled through ethtool */
5461 if (!(ring->flags & IGB_RING_FLAG_RX_CSUM) || 5461 if (!(ring->flags & IGB_RING_FLAG_RX_CSUM) ||