|
@@ -905,6 +905,9 @@ static int ravb_phy_init(struct net_device *ndev)
|
|
|
netdev_info(ndev, "limited PHY to 100Mbit/s\n");
|
|
|
}
|
|
|
|
|
|
+ /* 10BASE is not supported */
|
|
|
+ phydev->supported &= ~PHY_10BT_FEATURES;
|
|
|
+
|
|
|
netdev_info(ndev, "attached PHY %d (IRQ %d) to driver %s\n",
|
|
|
phydev->addr, phydev->irq, phydev->drv->name);
|
|
|
|