summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 07:41:05 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 07:41:05 +0000
commit4d11bb0d23158ca3141fdbb014635f3b0333d83a (patch)
treeea9df4d205eec04e27ad4c249ee5c49127938a4a /target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch
parentcc8b6c6d5b134140301d9a1edcbe5f660f95150a (diff)
downloadmaster-31e0f0ae-4d11bb0d23158ca3141fdbb014635f3b0333d83a.tar.gz
master-31e0f0ae-4d11bb0d23158ca3141fdbb014635f3b0333d83a.tar.bz2
master-31e0f0ae-4d11bb0d23158ca3141fdbb014635f3b0333d83a.zip
ixp4xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44821
Diffstat (limited to 'target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch')
-rw-r--r--target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch b/target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch
deleted file mode 100644
index 7d35781403..0000000000
--- a/target/linux/ixp4xx/patches-3.14/203-npe_driver_mask_phy_features.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/ethernet/xscale/ixp4xx_eth.c
-+++ b/drivers/net/ethernet/xscale/ixp4xx_eth.c
-@@ -1483,6 +1483,10 @@ static int eth_init_one(struct platform_
- 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)))