diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-04-03 18:59:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-04 05:28:47 -0400 |
commit | 1975a54b56aceefb5b3e4ea92b04dd7d298bf01f (patch) | |
tree | e08a75e1d017edce76f455d46508630f7a5d150b /drivers/net/ethernet/marvell | |
parent | ebad0a8d504f31a76c22f029b9fe4af7f9504f55 (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')
-rw-r--r-- | drivers/net/ethernet/marvell/pxa168_eth.c | 1 |
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 45a6333588e..44bad608eed 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 | ||
1462 | static const struct net_device_ops pxa168_eth_netdev_ops = { | 1463 | static const struct net_device_ops pxa168_eth_netdev_ops = { |