提交 912b3b3d 编写于 作者: R Richard Cochran 提交者: David S. Miller

stmmac: Support the get_ts_info ethtool method.

Signed-off-by: NRichard Cochran <richardcochran@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 50c0c110
...@@ -481,6 +481,7 @@ static const struct ethtool_ops stmmac_ethtool_ops = { ...@@ -481,6 +481,7 @@ static const struct ethtool_ops stmmac_ethtool_ops = {
.get_wol = stmmac_get_wol, .get_wol = stmmac_get_wol,
.set_wol = stmmac_set_wol, .set_wol = stmmac_set_wol,
.get_sset_count = stmmac_get_sset_count, .get_sset_count = stmmac_get_sset_count,
.get_ts_info = ethtool_op_get_ts_info,
}; };
void stmmac_set_ethtool_ops(struct net_device *netdev) void stmmac_set_ethtool_ops(struct net_device *netdev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册