diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-04-03 18:59:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-04 05:28:46 -0400 |
commit | 65198be2261c371e64a59f73202dbabf95348627 (patch) | |
tree | 760f9d03d42411be1c05ee3d342ce6c51422f20d | |
parent | eb774cbeae027d1060cb71a235bb085df8eb2874 (diff) |
etherh: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/8390/etherh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c index 48c4948750d1..89cba45c35ca 100644 --- a/drivers/net/ethernet/8390/etherh.c +++ b/drivers/net/ethernet/8390/etherh.c | |||
@@ -635,6 +635,7 @@ static const struct ethtool_ops etherh_ethtool_ops = { | |||
635 | .get_settings = etherh_get_settings, | 635 | .get_settings = etherh_get_settings, |
636 | .set_settings = etherh_set_settings, | 636 | .set_settings = etherh_set_settings, |
637 | .get_drvinfo = etherh_get_drvinfo, | 637 | .get_drvinfo = etherh_get_drvinfo, |
638 | .get_ts_info = ethtool_op_get_ts_info, | ||
638 | }; | 639 | }; |
639 | 640 | ||
640 | static const struct net_device_ops etherh_netdev_ops = { | 641 | static const struct net_device_ops etherh_netdev_ops = { |