]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/ucc_geth.c
eth16i: Move the Allied Telesis/Fujitsu drivers
[mirror_ubuntu-artful-kernel.git] / drivers / net / ucc_geth.c
index d3465ab50e5633aa02901b1dc3e88badbf5c3aa4..42f8e31b0bbb3ca5b8fb55ae8e883aafd4d0a59a 100644 (file)
@@ -1761,10 +1761,12 @@ static int init_phy(struct net_device *dev)
        if (priv->phy_interface == PHY_INTERFACE_MODE_SGMII)
                uec_configure_serdes(dev);
 
-       phydev->supported &= (ADVERTISED_10baseT_Half |
-                                ADVERTISED_10baseT_Full |
-                                ADVERTISED_100baseT_Half |
-                                ADVERTISED_100baseT_Full);
+       phydev->supported &= (SUPPORTED_MII |
+                             SUPPORTED_Autoneg |
+                             ADVERTISED_10baseT_Half |
+                             ADVERTISED_10baseT_Full |
+                             ADVERTISED_100baseT_Half |
+                             ADVERTISED_100baseT_Full);
 
        if (priv->max_speed == SPEED_1000)
                phydev->supported |= ADVERTISED_1000baseT_Full;