Re: [PATCH v2 2/2] ethtool: Add 100BaseT1 and 1000BaseT1 link modes

2019-05-31 Thread Michal Kubecek
On Fri, May 31, 2019 at 03:57:48PM +0200, Andrew Lunn wrote: > The kernel can now indicate if the PHY supports operating over a > single pair at 100Mbps or 1000Mbps. > > Signed-off-by: Andrew Lunn > --- Reviewed-by: Michal Kubecek > ethtool.8.in | 2 ++ > ethtool.c| 6 ++ > 2 files ch

[PATCH v2 2/2] ethtool: Add 100BaseT1 and 1000BaseT1 link modes

2019-05-31 Thread Andrew Lunn
The kernel can now indicate if the PHY supports operating over a single pair at 100Mbps or 1000Mbps. Signed-off-by: Andrew Lunn --- ethtool.8.in | 2 ++ ethtool.c| 6 ++ 2 files changed, 8 insertions(+) diff --git a/ethtool.8.in b/ethtool.8.in index 430d11b915af..6af63455c636 100644 ---