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.
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
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