]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: convert hv network driver to hw_features
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Tue, 19 Apr 2011 10:43:20 +0000 (12:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Apr 2011 20:43:16 +0000 (13:43 -0700)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/netvsc_drv.c

index 258233d0d5deda5a83b9f503b0287de27dda1606..096a7323cea7fb518176f2d6de552787eacb3b15 100644 (file)
@@ -309,8 +309,6 @@ static void netvsc_get_drvinfo(struct net_device *net,
 
 static const struct ethtool_ops ethtool_ops = {
        .get_drvinfo    = netvsc_get_drvinfo,
-       .get_sg         = ethtool_op_get_sg,
-       .set_sg         = ethtool_op_set_sg,
        .get_link       = ethtool_op_get_link,
 };
 
@@ -397,6 +395,7 @@ static int netvsc_probe(struct device *device)
        net->netdev_ops = &device_ops;
 
        /* TODO: Add GSO and Checksum offload */
+       net->hw_features = NETIF_F_SG;
        net->features = NETIF_F_SG;
 
        SET_ETHTOOL_OPS(net, &ethtool_ops);