From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:34 +0000 (+0000) Subject: r6040: Support the get_ts_info ethtool method. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d88e102d0ec43f9bd7c529f46c2f9c4d91ef24b0;p=linux-beck.git r6040: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/rdc/r6040.c b/drivers/net/ethernet/rdc/r6040.c index b96e1920e045..a26307fe143e 100644 --- a/drivers/net/ethernet/rdc/r6040.c +++ b/drivers/net/ethernet/rdc/r6040.c @@ -973,6 +973,7 @@ static const struct ethtool_ops netdev_ethtool_ops = { .get_settings = netdev_get_settings, .set_settings = netdev_set_settings, .get_link = ethtool_op_get_link, + .get_ts_info = ethtool_op_get_ts_info, }; static const struct net_device_ops r6040_netdev_ops = {