mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
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: Ivan Bornyakov <i.bornyakov@metrotek.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6c375d793b
commit
152fa81109
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user