Re: [PATCH net-next] r8169: remove 1000/Half from supported modes

2019-05-29 Thread David Miller
From: Heiner Kallweit Date: Tue, 28 May 2019 18:43:46 +0200 > MAC on the GBit versions supports 1000/Full only, however the PHY > partially claims to support 1000/Half. So let's explicitly remove > this mode. > > Signed-off-by: Heiner Kallweit Applied.

Re: [PATCH net-next] r8169: remove 1000/Half from supported modes

2019-05-28 Thread Heiner Kallweit
On 28.05.2019 19:40, Florian Fainelli wrote: > On 5/28/19 9:43 AM, Heiner Kallweit wrote: >> MAC on the GBit versions supports 1000/Full only, however the PHY >> partially claims to support 1000/Half. So let's explicitly remove >> this mode. >> >> Signed-off-by: Heiner Kallweit > > Don't you want

Re: [PATCH net-next] r8169: remove 1000/Half from supported modes

2019-05-28 Thread Florian Fainelli
On 5/28/19 9:43 AM, Heiner Kallweit wrote: > MAC on the GBit versions supports 1000/Full only, however the PHY > partially claims to support 1000/Half. So let's explicitly remove > this mode. > > Signed-off-by: Heiner Kallweit Don't you want a Fixes: tag for that? > --- > drivers/net/ethernet/

Re: [PATCH net-next] r8169: remove 1000/Half from supported modes

2019-05-28 Thread Andrew Lunn
On Tue, May 28, 2019 at 06:43:46PM +0200, Heiner Kallweit wrote: > MAC on the GBit versions supports 1000/Full only, however the PHY > partially claims to support 1000/Half. So let's explicitly remove > this mode. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew

[PATCH net-next] r8169: remove 1000/Half from supported modes

2019-05-28 Thread Heiner Kallweit
MAC on the GBit versions supports 1000/Full only, however the PHY partially claims to support 1000/Half. So let's explicitly remove this mode. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/n