ac0582ac386706b817858bfca84e3c50f8f835d5
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / patches-2.6.30 / 203-npe_driver_mask_phy_features.patch
1 --- a/drivers/net/arm/ixp4xx_eth.c
2 +++ b/drivers/net/arm/ixp4xx_eth.c
3 @@ -1220,6 +1220,10 @@ static int __devinit eth_init_one(struct
4 return PTR_ERR(port->phydev);
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 printk(KERN_INFO "%s: MII PHY %i on %s\n", dev->name, plat->phy,