Re: [PATCH net-next] net: phy: let genphy_c45_read_abilities also check aneg capability

2019-02-24 Thread David Miller
From: Heiner Kallweit Date: Fri, 22 Feb 2019 08:23:04 +0100 > When using genphy_c45_read_abilities() as get_features callback we > also have to set the autoneg capability in phydev->supported. > > Signed-off-by: Heiner Kallweit Applied, thanks.

Re: [PATCH net-next] net: phy: let genphy_c45_read_abilities also check aneg capability

2019-02-22 Thread Maxime Chevallier
Hello Heiner, On Fri, 22 Feb 2019 08:23:04 +0100 Heiner Kallweit wrote: >When using genphy_c45_read_abilities() as get_features callback we >also have to set the autoneg capability in phydev->supported. >@@ -336,6 +336,17 @@ int genphy_c45_pma_read_abilities(struct phy_device >*phydev) This m

[PATCH net-next] net: phy: let genphy_c45_read_abilities also check aneg capability

2019-02-21 Thread Heiner Kallweit
When using genphy_c45_read_abilities() as get_features callback we also have to set the autoneg capability in phydev->supported. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy-c45.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/net/phy/phy-c45.c b/drivers/net/p