kernel: update 3.10 to 3.10.28
[openwrt.git] / target / linux / ramips / patches-3.10 / 999-raeth_fixes.patch
index 66f8a0b..5e1bb4d 100644 (file)
@@ -9,3 +9,13 @@
                struct iphdr *iph = NULL;
                struct tcphdr *th = NULL;
                struct ipv6hdr *ip6h = NULL;
+@@ -741,8 +741,7 @@ static int fe_probe(struct platform_devi
+               dev_info(&pdev->dev, "Enabling TSO\n");
+               netdev->features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_IPV6_CSUM;
+       }
+-
+-      netdev->hw_features = netdev->vlan_features = netdev->features;
++      netdev->hw_features = netdev->features;
+       netdev->irq = platform_get_irq(pdev, 0);
+       if (netdev->irq < 0) {