Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249063
b: refs/heads/master
c: 877a344
h: refs/heads/master
i:
  249061: ccd1665
  249059: acdf524
  249055: 4344304
v: v3
  • Loading branch information
Michał Mirosław authored and Greg Kroah-Hartman committed Apr 20, 2011
1 parent 0a69ad9 commit 045cbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13399cbaab4dfee74d3e1d2547381c6d398af736
refs/heads/master: 877a344b28b51b695d6baaeecb15d0eb6c90daef
3 changes: 1 addition & 2 deletions trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 045cbad

Please sign in to comment.