commit | 013ba864b0b55de05ec1a6f4a375a0db9130291c | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Mon Feb 25 17:14:06 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 27 21:41:40 2019 -0800 |
tree | a35c7e7cea931d997d127872a563cf48d29783ae | |
parent | 87750d173c35ff8f1ddc909fdf58393e111e5356 [diff] |
net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bit The genphy_c45_pma_read_abilities helper now sets the Autoneg ability in phydev->supported according to what the AN MMD reports. We therefore don't need to manually do that in mv3310_get_features(). Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Suggested-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>