From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:33 +0000 (+0000) Subject: pxa168_eth: Support the get_ts_info ethtool method. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1975a54b56aceefb5b3e4ea92b04dd7d298bf01f;p=linux-beck.git pxa168_eth: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- 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 = {