]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
r6040: Support the get_ts_info ethtool method.
authorRichard Cochran <richardcochran@gmail.com>
Tue, 3 Apr 2012 22:59:34 +0000 (22:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Apr 2012 09:28:47 +0000 (05:28 -0400)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rdc/r6040.c

index b96e1920e0459ac7ca12d5d81037b3d66e88e878..a26307fe143ea4d59b1f10ab9cfbbcc0cafea51f 100644 (file)
@@ -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 = {