Re: [PATCH net] phylink: ensure the PHY interface mode is appropriately set

2017-12-25 Thread David Miller
From: Russell King Date: Wed, 20 Dec 2017 23:21:28 + > When setting the ethtool settings, ensure that the validated PHY > interface mode is propagated to the current link settings, so that > 2500BaseX can be selected. > > Signed-off-by: Russell King Applied.

Re: [PATCH net] phylink: ensure the PHY interface mode is appropriately set

2017-12-22 Thread Florian Fainelli
Le 12/20/17 à 15:21, Russell King a écrit : > When setting the ethtool settings, ensure that the validated PHY > interface mode is propagated to the current link settings, so that > 2500BaseX can be selected. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli Fixes: 9525ae83959b ("ph

[PATCH net] phylink: ensure the PHY interface mode is appropriately set

2017-12-20 Thread Russell King
When setting the ethtool settings, ensure that the validated PHY interface mode is propagated to the current link settings, so that 2500BaseX can be selected. Signed-off-by: Russell King --- drivers/net/phy/phylink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/phylink.c b