]> Pileus Git - ~andy/linux/blobdiff - net/ipv6/ip6_offload.c
net: Kill link between CSUM and SG features.
[~andy/linux] / net / ipv6 / ip6_offload.c
index 8234c1dcdf7286f23c32bc150279cffaeb818ef4..7a0d25a5479c0a906d38cee3d6caa3b4254fbf43 100644 (file)
@@ -92,9 +92,6 @@ static struct sk_buff *ipv6_gso_segment(struct sk_buff *skb,
        u8 *prevhdr;
        int offset = 0;
 
-       if (!(features & NETIF_F_V6_CSUM))
-               features &= ~NETIF_F_SG;
-
        if (unlikely(skb_shinfo(skb)->gso_type &
                     ~(SKB_GSO_UDP |
                       SKB_GSO_DODGY |