assume the link is up and full-duplex by default

SVN-Revision: 32940
This commit is contained in:
Florian Fainelli 2012-08-01 21:56:54 +00:00
parent 56aac45139
commit 5133a44785

View file

@ -885,8 +885,8 @@ static int nuport_mac_mii_probe(struct net_device *dev)
phydev->supported &= PHY_BASIC_FEATURES; phydev->supported &= PHY_BASIC_FEATURES;
phydev->advertising = phydev->supported; phydev->advertising = phydev->supported;
priv->phydev = phydev; priv->phydev = phydev;
priv->old_link = 0; priv->old_link = 1;
priv->old_duplex = -1; priv->old_duplex = DUPLEX_FULL;
dev_info(&priv->pdev->dev, "attached PHY driver [%s] " dev_info(&priv->pdev->dev, "attached PHY driver [%s] "
"(mii_bus:phy_addr=%d)\n", "(mii_bus:phy_addr=%d)\n",