1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:29:50 +03:00

[mcs814x] assume the link is up and full-duplex by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32940 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-08-01 21:56:54 +00:00
parent 9a9ced9072
commit de000e9b36

View File

@ -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",