Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203245
b: refs/heads/master
c: cbf2d60
h: refs/heads/master
i:
  203243: 7a715c4
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Jun 30, 2010
1 parent 519b5d0 commit d26dd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 97d1935a61b7fe7a65f98f154c7f3301cfe746f3
refs/heads/master: cbf2d604a1cd77944a795bb8dbe844eaa38b44c8
8 changes: 1 addition & 7 deletions trunk/drivers/net/vmxnet3/vmxnet3_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,6 @@ vmxnet3_get_strings(struct net_device *netdev, u32 stringset, u8 *buf)
}
}

static u32
vmxnet3_get_flags(struct net_device *netdev)
{
return netdev->features;
}

static int
vmxnet3_set_flags(struct net_device *netdev, u32 data)
{
Expand Down Expand Up @@ -559,7 +553,7 @@ static struct ethtool_ops vmxnet3_ethtool_ops = {
.get_tso = ethtool_op_get_tso,
.set_tso = ethtool_op_set_tso,
.get_strings = vmxnet3_get_strings,
.get_flags = vmxnet3_get_flags,
.get_flags = ethtool_op_get_flags,
.set_flags = vmxnet3_set_flags,
.get_sset_count = vmxnet3_get_sset_count,
.get_ethtool_stats = vmxnet3_get_ethtool_stats,
Expand Down

0 comments on commit d26dd4f

Please sign in to comment.