diff options
Diffstat (limited to 'net/ipv6/af_inet6.c')
-rw-r--r-- | net/ipv6/af_inet6.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index a94c91b407ef..5a0ba58b86cc 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c | |||
@@ -659,8 +659,6 @@ int inet6_sk_rebuild_header(struct sock *sk) | |||
659 | } | 659 | } |
660 | 660 | ||
661 | ip6_dst_store(sk, dst, NULL); | 661 | ip6_dst_store(sk, dst, NULL); |
662 | sk->sk_route_caps = dst->dev->features & | ||
663 | ~(NETIF_F_IP_CSUM | NETIF_F_TSO); | ||
664 | } | 662 | } |
665 | 663 | ||
666 | return 0; | 664 | return 0; |