From 4ee90744336226051c4d72ffca7345c831b5ae38 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 22 Mar 2011 15:04:17 +0000 Subject: add 2.6.38 support SVN-Revision: 26268 --- .../patches-2.6.38/203-npe_driver_mask_phy_features.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/ixp4xx/patches-2.6.38/203-npe_driver_mask_phy_features.patch (limited to 'target/linux/ixp4xx/patches-2.6.38/203-npe_driver_mask_phy_features.patch') diff --git a/target/linux/ixp4xx/patches-2.6.38/203-npe_driver_mask_phy_features.patch b/target/linux/ixp4xx/patches-2.6.38/203-npe_driver_mask_phy_features.patch new file mode 100644 index 0000000000..38642327a3 --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.38/203-npe_driver_mask_phy_features.patch @@ -0,0 +1,13 @@ +--- a/drivers/net/arm/ixp4xx_eth.c ++++ b/drivers/net/arm/ixp4xx_eth.c +@@ -1234,6 +1234,10 @@ static int __devinit eth_init_one(struct + goto err_free_mem; + } + ++ /* mask with MAC supported features */ ++ port->phydev->supported &= PHY_BASIC_FEATURES; ++ port->phydev->advertising = port->phydev->supported; ++ + port->phydev->irq = PHY_POLL; + + if ((err = register_netdev(dev))) -- cgit v1.2.3