diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-04-03 22:59:33 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-04 09:28:47 (GMT) |
commit | 1975a54b56aceefb5b3e4ea92b04dd7d298bf01f (patch) | |
tree | e08a75e1d017edce76f455d46508630f7a5d150b /drivers | |
parent | ebad0a8d504f31a76c22f029b9fe4af7f9504f55 (diff) | |
download | linux-fsl-qoriq-1975a54b56aceefb5b3e4ea92b04dd7d298bf01f.tar.xz |
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')
-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 45a6333..44bad60 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 = { |