aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 22:59:33 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:47 -0400
commit1975a54b56aceefb5b3e4ea92b04dd7d298bf01f (patch)
treee08a75e1d017edce76f455d46508630f7a5d150b /drivers/net/ethernet/marvell
parentmv643xx_eth: Support the get_ts_info ethtool method. (diff)
downloadlinux-dev-1975a54b56aceefb5b3e4ea92b04dd7d298bf01f.tar.xz
linux-dev-1975a54b56aceefb5b3e4ea92b04dd7d298bf01f.zip
pxa168_eth: 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/ethernet/marvell')
-rw-r--r--drivers/net/ethernet/marvell/pxa168_eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/pxa168_eth.c b/drivers/net/ethernet/marvell/pxa168_eth.c
index 45a6333588e6..44bad608eed7 100644
--- a/drivers/net/ethernet/marvell/pxa168_eth.c
+++ b/drivers/net/ethernet/marvell/pxa168_eth.c
@@ -1457,6 +1457,7 @@ static const struct ethtool_ops pxa168_ethtool_ops = {
.set_settings = pxa168_set_settings,
.get_drvinfo = pxa168_get_drvinfo,
.get_link = ethtool_op_get_link,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static const struct net_device_ops pxa168_eth_netdev_ops = {