]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e1000/e1000_ethtool.c
e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced at...
[linux-2.6-omap-h63xx.git] / drivers / net / e1000 / e1000_ethtool.c
index f1b9cf4643c91efbfd481400177dc44b8baf2296..70238e089f165f5c0eccc999a2c90ff9e9896578 100644 (file)
@@ -338,6 +338,9 @@ e1000_set_tso(struct net_device *netdev, uint32_t data)
                netdev->features |= NETIF_F_TSO;
        else
                netdev->features &= ~NETIF_F_TSO;
+
+       DPRINTK(PROBE, INFO, "TSO is %s\n", data ? "Enabled" : "Disabled");
+       adapter->tso_force = TRUE;
        return 0;
 }
 #endif /* NETIF_F_TSO */