diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 1c21ad66cfad..08c55b024704 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1564,7 +1564,7 @@ static int tcp_v6_checksum_init(struct sk_buff *skb) | |||
1564 | if (!tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, | 1564 | if (!tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, |
1565 | &skb->nh.ipv6h->daddr,skb->csum)) | 1565 | &skb->nh.ipv6h->daddr,skb->csum)) |
1566 | return 0; | 1566 | return 0; |
1567 | LIMIT_NETDEBUG(printk(KERN_DEBUG "hw tcp v6 csum failed\n")); | 1567 | LIMIT_NETDEBUG(KERN_DEBUG "hw tcp v6 csum failed\n"); |
1568 | } | 1568 | } |
1569 | if (skb->len <= 76) { | 1569 | if (skb->len <= 76) { |
1570 | if (tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, | 1570 | if (tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, |