diff options
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
-rw-r--r-- | net/ipv6/xfrm6_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/xfrm6_output.c b/net/ipv6/xfrm6_output.c index c8c8b44a0f58..6d111743e508 100644 --- a/net/ipv6/xfrm6_output.c +++ b/net/ipv6/xfrm6_output.c | |||
@@ -41,8 +41,8 @@ static int xfrm6_output_one(struct sk_buff *skb) | |||
41 | struct xfrm_state *x = dst->xfrm; | 41 | struct xfrm_state *x = dst->xfrm; |
42 | int err; | 42 | int err; |
43 | 43 | ||
44 | if (skb->ip_summed == CHECKSUM_HW) { | 44 | if (skb->ip_summed == CHECKSUM_PARTIAL) { |
45 | err = skb_checksum_help(skb, 0); | 45 | err = skb_checksum_help(skb); |
46 | if (err) | 46 | if (err) |
47 | goto error_nolock; | 47 | goto error_nolock; |
48 | } | 48 | } |