diff options
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index a0e02aa42214..4ff76e38e788 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -3218,7 +3218,7 @@ bnx2_rx_int(struct bnx2 *bp, struct bnx2_napi *bnapi, int budget) | |||
3218 | 3218 | ||
3219 | } | 3219 | } |
3220 | 3220 | ||
3221 | skb->ip_summed = CHECKSUM_NONE; | 3221 | skb_checksum_none_assert(skb); |
3222 | if (bp->rx_csum && | 3222 | if (bp->rx_csum && |
3223 | (status & (L2_FHDR_STATUS_TCP_SEGMENT | | 3223 | (status & (L2_FHDR_STATUS_TCP_SEGMENT | |
3224 | L2_FHDR_STATUS_UDP_DATAGRAM))) { | 3224 | L2_FHDR_STATUS_UDP_DATAGRAM))) { |