diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 4fb47a252913..65514f21c186 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -866,7 +866,7 @@ static inline int ip6_ufo_append_data(struct sock *sk, | |||
866 | /* initialize protocol header pointer */ | 866 | /* initialize protocol header pointer */ |
867 | skb->h.raw = skb->data + fragheaderlen; | 867 | skb->h.raw = skb->data + fragheaderlen; |
868 | 868 | ||
869 | skb->ip_summed = CHECKSUM_HW; | 869 | skb->ip_summed = CHECKSUM_PARTIAL; |
870 | skb->csum = 0; | 870 | skb->csum = 0; |
871 | sk->sk_sndmsg_off = 0; | 871 | sk->sk_sndmsg_off = 0; |
872 | } | 872 | } |