aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 22:59:34 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:47 -0400
commitd88e102d0ec43f9bd7c529f46c2f9c4d91ef24b0 (patch)
treea05b440edfffba31df19947c08cd8f8d6bf92667 /drivers/net
parentpxa168_eth: Support the get_ts_info ethtool method. (diff)
downloadlinux-dev-d88e102d0ec43f9bd7c529f46c2f9c4d91ef24b0.tar.xz
linux-dev-d88e102d0ec43f9bd7c529f46c2f9c4d91ef24b0.zip
r6040: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/rdc/r6040.c1
1 files changed, 1 insertions, 0 deletions
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 = {