commit | 7774ee23689d3c56ecb5eff6cd1bf6060bdd3d8e | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Wed Dec 25 18:16:12 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 25 19:51:33 2019 -0800 |
tree | 3a85d9c1068e06d78e83c65bfec44cc86c179710 | |
parent | dfe6d68fc4049c799b2194d88523679a694ead75 [diff] |
net: ethtool: Use the PHY time stamping interface. The ethtool layer tests fields of the phy_device in order to determine whether to invoke the PHY's tsinfo ethtool callback. This patch replaces the open coded logic with an invocation of the proper methods. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>