Commit 152fa811 authored by Ivan Bornyakov's avatar Ivan Bornyakov Committed by David S. Miller

net: phy: marvell-88x2222: enable autoneg by default

There is no real need for disabling autonigotiation in config_init().
Leave it enabled by default.
Signed-off-by: default avatarIvan Bornyakov <i.bornyakov@metrotek.ru>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6c375d79
......@@ -473,8 +473,6 @@ static int mv2222_config_init(struct phy_device *phydev)
if (phydev->interface != PHY_INTERFACE_MODE_XAUI)
return -EINVAL;
phydev->autoneg = AUTONEG_DISABLE;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment