aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 18:59:33 -0400
committerDavid S. Miller <davem@davemloft.net>2012-04-04 05:28:47 -0400
commit1975a54b56aceefb5b3e4ea92b04dd7d298bf01f (patch)
treee08a75e1d017edce76f455d46508630f7a5d150b /drivers/net/ethernet/marvell/pxa168_eth.c
parentebad0a8d504f31a76c22f029b9fe4af7f9504f55 (diff)
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/pxa168_eth.c')
-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 = {
1457 .set_settings = pxa168_set_settings, 1457 .set_settings = pxa168_set_settings,
1458 .get_drvinfo = pxa168_get_drvinfo, 1458 .get_drvinfo = pxa168_get_drvinfo,
1459 .get_link = ethtool_op_get_link, 1459 .get_link = ethtool_op_get_link,
1460 .get_ts_info = ethtool_op_get_ts_info,
1460}; 1461};
1461 1462
1462static const struct net_device_ops pxa168_eth_netdev_ops = { 1463static const struct net_device_ops pxa168_eth_netdev_ops = {