diff options
author | John W. Linville <linville@tuxdriver.com> | 2005-09-12 10:48:55 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-14 08:29:31 -0400 |
commit | 9beb0ac17bcfed23feb0a6fac328216568b74bc1 (patch) | |
tree | f4caff544ae7816cc02857d7b24f9694418eb43c /drivers/net/e1000/e1000_ethtool.c | |
parent | 2160de53cc17a40ad07bd38bf52dd0bb72dd5183 (diff) |
[PATCH] e1000: support ETHTOOL_GPERMADDR
Add support for ETHTOOL_GPERMADDR to e1000.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/e1000/e1000_ethtool.c')
-rw-r--r-- | drivers/net/e1000/e1000_ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_ethtool.c b/drivers/net/e1000/e1000_ethtool.c index f133ff0b0b9..8f3a1342027 100644 --- a/drivers/net/e1000/e1000_ethtool.c +++ b/drivers/net/e1000/e1000_ethtool.c | |||
@@ -1739,6 +1739,7 @@ struct ethtool_ops e1000_ethtool_ops = { | |||
1739 | .phys_id = e1000_phys_id, | 1739 | .phys_id = e1000_phys_id, |
1740 | .get_stats_count = e1000_get_stats_count, | 1740 | .get_stats_count = e1000_get_stats_count, |
1741 | .get_ethtool_stats = e1000_get_ethtool_stats, | 1741 | .get_ethtool_stats = e1000_get_ethtool_stats, |
1742 | .get_perm_addr = ethtool_op_get_perm_addr, | ||
1742 | }; | 1743 | }; |
1743 | 1744 | ||
1744 | void e1000_set_ethtool_ops(struct net_device *netdev) | 1745 | void e1000_set_ethtool_ops(struct net_device *netdev) |