Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247068
b: refs/heads/master
c: 97322b3
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and Jeff Kirsher committed May 4, 2011
1 parent d1e4c47 commit 992b2a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: f6b1bfd17d42f9dc1d799b7e0eed817ed75005ec
refs/heads/master: 97322b3303a1de979b973dc1d0a43091f27258ac
6 changes: 0 additions & 6 deletions trunk/drivers/net/igbvf/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,6 @@ static int igbvf_set_wol(struct net_device *netdev,
return -EOPNOTSUPP;
}

static int igbvf_phys_id(struct net_device *netdev, u32 data)
{
return 0;
}

static int igbvf_get_coalesce(struct net_device *netdev,
struct ethtool_coalesce *ec)
{
Expand Down Expand Up @@ -527,7 +522,6 @@ static const struct ethtool_ops igbvf_ethtool_ops = {
.self_test = igbvf_diag_test,
.get_sset_count = igbvf_get_sset_count,
.get_strings = igbvf_get_strings,
.phys_id = igbvf_phys_id,
.get_ethtool_stats = igbvf_get_ethtool_stats,
.get_coalesce = igbvf_get_coalesce,
.set_coalesce = igbvf_set_coalesce,
Expand Down

0 comments on commit 992b2a9

Please sign in to comment.