203-npe_driver_mask_phy_features.patch 403 B

12345678910111213
  1. --- a/drivers/net/ethernet/xscale/ixp4xx_eth.c
  2. +++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c
  3. @@ -1474,6 +1474,10 @@ static int eth_init_one(struct platform_
  4. goto err_free_mem;
  5. }
  6. + /* mask with MAC supported features */
  7. + port->phydev->supported &= PHY_BASIC_FEATURES;
  8. + port->phydev->advertising = port->phydev->supported;
  9. +
  10. port->phydev->irq = PHY_POLL;
  11. if ((err = register_netdev(dev)))