diff options
| author | Richard Cochran <richardcochran@gmail.com> | 2012-04-03 22:59:40 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-04-04 05:28:48 -0400 |
| commit | e117d6dd8bf11061f7f58f4c9205b4e8ec87357d (patch) | |
| tree | 6dd54fe05dad3738efd6e97db6e99b71eebadeda | |
| parent | 3f84749004925dd1e94025292fed5c76ce418516 (diff) | |
| download | olio-linux-3.10-e117d6dd8bf11061f7f58f4c9205b4e8ec87357d.tar.xz olio-linux-3.10-e117d6dd8bf11061f7f58f4c9205b4e8ec87357d.zip | |
ucc_geth: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/ethernet/freescale/ucc_geth_ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/freescale/ucc_geth_ethtool.c b/drivers/net/ethernet/freescale/ucc_geth_ethtool.c index a97257f91a3..37b03530601 100644 --- a/drivers/net/ethernet/freescale/ucc_geth_ethtool.c +++ b/drivers/net/ethernet/freescale/ucc_geth_ethtool.c @@ -415,6 +415,7 @@ static const struct ethtool_ops uec_ethtool_ops = { .get_ethtool_stats = uec_get_ethtool_stats, .get_wol = uec_get_wol, .set_wol = uec_set_wol, + .get_ts_info = ethtool_op_get_ts_info, }; void uec_set_ethtool_ops(struct net_device *netdev) |