ixp4xx: add v3.18 support
[openwrt/openwrt.git] / target / linux / ixp4xx / patches-3.18 / 203-npe_driver_mask_phy_features.patch
1 --- a/drivers/net/ethernet/xscale/ixp4xx_eth.c
2 +++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c
3 @@ -1483,6 +1483,10 @@ static int eth_init_one(struct platform_
4 goto err_free_mem;
5 }
6
7 + /* mask with MAC supported features */
8 + port->phydev->supported &= PHY_BASIC_FEATURES;
9 + port->phydev->advertising = port->phydev->supported;
10 +
11 port->phydev->irq = PHY_POLL;
12
13 if ((err = register_netdev(dev)))