Skip to content
Snippets Groups Projects
Commit 5133a447 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

assume the link is up and full-duplex by default

SVN-Revision: 32940
parent 56aac451
No related branches found
No related tags found
No related merge requests found
......@@ -885,8 +885,8 @@ static int nuport_mac_mii_probe(struct net_device *dev)
phydev->supported &= PHY_BASIC_FEATURES;
phydev->advertising = phydev->supported;
priv->phydev = phydev;
priv->old_link = 0;
priv->old_duplex = -1;
priv->old_link = 1;
priv->old_duplex = DUPLEX_FULL;
dev_info(&priv->pdev->dev, "attached PHY driver [%s] "
"(mii_bus:phy_addr=%d)\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment