]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/au1000_eth.c
sis190: failure to set the MAC address from EEPROM
[linux-2.6-omap-h63xx.git] / drivers / net / au1000_eth.c
index 7db3c8af08942a76aa4244f430ec5b66691dd8b7..f0b6879a1c7d31463ab03da8682f8e23b68366c8 100644 (file)
@@ -360,7 +360,8 @@ static int mii_probe (struct net_device *dev)
        BUG_ON(!phydev);
        BUG_ON(phydev->attached_dev);
 
-       phydev = phy_connect(dev, phydev->dev.bus_id, &au1000_adjust_link, 0);
+       phydev = phy_connect(dev, phydev->dev.bus_id, &au1000_adjust_link, 0,
+                       PHY_INTERFACE_MODE_MII);
 
        if (IS_ERR(phydev)) {
                printk(KERN_ERR "%s: Could not attach to PHY\n", dev->name);