aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-06-24 14:25:07 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-06-24 14:25:07 +0000
commit60b4d65953c5f95d3683365862ccd0a1fb33454e (patch)
tree00ca9900a83e5779dc68aaba473873ea336a4b83 /target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch
parent6f4c13a017eba6a710339d232594ea1933417355 (diff)
downloadupstream-60b4d65953c5f95d3683365862ccd0a1fb33454e.tar.gz
upstream-60b4d65953c5f95d3683365862ccd0a1fb33454e.tar.bz2
upstream-60b4d65953c5f95d3683365862ccd0a1fb33454e.zip
ixp4xx: revert kernel support for 2.6.33 & 2.6.35
SVN-Revision: 21890
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch b/target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch
deleted file mode 100644
index eacf35d07d..0000000000
--- a/target/linux/ixp4xx/patches-2.6.35/203-npe_driver_mask_phy_features.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/arm/ixp4xx_eth.c
-+++ b/drivers/net/arm/ixp4xx_eth.c
-@@ -1217,6 +1217,10 @@ static int __devinit eth_init_one(struct
- if ((err = IS_ERR(port->phydev)))
- 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)))