From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:26 +0000 (+0000) Subject: etherh: Support the get_ts_info ethtool method. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=65198be2261c371e64a59f73202dbabf95348627;p=~shefty%2Frdma-dev.git etherh: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c index 48c4948750d..89cba45c35c 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 = { .get_settings = etherh_get_settings, .set_settings = etherh_set_settings, .get_drvinfo = etherh_get_drvinfo, + .get_ts_info = ethtool_op_get_ts_info, }; static const struct net_device_ops etherh_netdev_ops = {