Re: [PATCH net-next 2/2] net: phy: add 200Gbps support to phylib

2019-04-13 Thread Andrew Lunn
On Sat, Apr 13, 2019 at 06:53:30PM +0200, Heiner Kallweit wrote: > Recently 200Gbps modes have been added to ethtool.h, but the related > extension to phylib hasn't been done yet. So add support for these > modes. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew

[PATCH net-next 2/2] net: phy: add 200Gbps support to phylib

2019-04-13 Thread Heiner Kallweit
Recently 200Gbps modes have been added to ethtool.h, but the related extension to phylib hasn't been done yet. So add support for these modes. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy-core.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/phy/phy-core.c b/dr