Re: [PATCH net-next] net: phylink: only restart AN if the link mode is using in-band AN

2020-06-25 Thread David Miller
From: Russell King Date: Wed, 24 Jun 2020 12:30:04 +0100 > If we are not using in-band autonegotiation, there is no point passing > the request to restart autonegotiation on to the driver. > > Signed-off-by: Russell King Applied, thank you.

Re: [PATCH net-next] net: phylink: only restart AN if the link mode is using in-band AN

2020-06-24 Thread Florian Fainelli
On 6/24/20 4:30 AM, Russell King wrote: > If we are not using in-band autonegotiation, there is no point passing > the request to restart autonegotiation on to the driver. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next] net: phylink: only restart AN if the link mode is using in-band AN

2020-06-24 Thread Russell King
If we are not using in-band autonegotiation, there is no point passing the request to restart autonegotiation on to the driver. Signed-off-by: Russell King --- drivers/net/phy/phylink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy/phylink.c b/drivers/net/