Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / core / ethtool.c
index 987ccca..2797e28 100644 (file)
@@ -559,7 +559,7 @@ static int ethtool_set_sg(struct net_device *dev, char __user *useraddr)
 
 static int ethtool_get_tso(struct net_device *dev, char __user *useraddr)
 {
-       struct ethtool_value edata = { ETHTOOL_GUFO };
+       struct ethtool_value edata = { ETHTOOL_GTSO };
 
        if (!dev->ethtool_ops->get_tso)
                return -EOPNOTSUPP;