aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-13 11:54:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-13 11:54:57 +0000
commitc7e8b5ebbdfa098436945e1721b34562cd488f6f (patch)
treeecf4a556d01dcd70743862e1ce5853e22c80b59b /target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch
parentdaeec86fba3fee15045429802f06cdd715c688c6 (diff)
downloadupstream-c7e8b5ebbdfa098436945e1721b34562cd488f6f.tar.gz
upstream-c7e8b5ebbdfa098436945e1721b34562cd488f6f.tar.bz2
upstream-c7e8b5ebbdfa098436945e1721b34562cd488f6f.zip
lantiq: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43685
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch')
-rw-r--r--target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch b/target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch
deleted file mode 100644
index 92f0dcee78..0000000000
--- a/target/linux/lantiq/patches-3.10/0204-lantiq-xrx200-duplex-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/ethernet/lantiq_xrx200.c
-+++ b/drivers/net/ethernet/lantiq_xrx200.c
-@@ -101,8 +101,8 @@
- #define MDIO_PHY_SPEED_M100 0x0800
- #define MDIO_PHY_SPEED_G1 0x1000
-
--#define MDIO_PHY_FDUP_EN 0x0600
--#define MDIO_PHY_FDUP_DIS 0x0200
-+#define MDIO_PHY_FDUP_EN 0x0200
-+#define MDIO_PHY_FDUP_DIS 0x0600
-
- #define MDIO_PHY_LINK_MASK 0x6000
- #define MDIO_PHY_SPEED_MASK 0x1800