diff options
-rw-r--r-- | drivers/net/phy/marvell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index b55a7376bfdc..24fc4a73c300 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -465,7 +465,7 @@ static int m88e1121_config_aneg(struct phy_device *phydev) if (err < 0) return err; - if (phydev->autoneg != autoneg || changed) { + if (phydev->autoneg != AUTONEG_ENABLE || changed) { /* A software reset is used to ensure a "commit" of the * changes is done. */ |