mirror of https://gitee.com/openkylin/linux.git
etherh: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
eb774cbeae
commit
65198be226
|
@ -635,6 +635,7 @@ static const struct ethtool_ops etherh_ethtool_ops = {
|
||||||
.get_settings = etherh_get_settings,
|
.get_settings = etherh_get_settings,
|
||||||
.set_settings = etherh_set_settings,
|
.set_settings = etherh_set_settings,
|
||||||
.get_drvinfo = etherh_get_drvinfo,
|
.get_drvinfo = etherh_get_drvinfo,
|
||||||
|
.get_ts_info = ethtool_op_get_ts_info,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct net_device_ops etherh_netdev_ops = {
|
static const struct net_device_ops etherh_netdev_ops = {
|
||||||
|
|
Loading…
Reference in New Issue