aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-05 09:51:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-05 09:51:25 +0000
commit943be7de61d0413ba2187c350b01ca96d608786e (patch)
treeb04ff9d39711f166f0d884f3153ab6cb92f24631 /target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch
parenta22ef03184b9fc0df9b759149620d762db61ff87 (diff)
downloadmaster-187ad058-943be7de61d0413ba2187c350b01ca96d608786e.tar.gz
master-187ad058-943be7de61d0413ba2187c350b01ca96d608786e.tar.bz2
master-187ad058-943be7de61d0413ba2187c350b01ca96d608786e.zip
lantiq: remove 3.18 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47774 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch')
-rw-r--r--target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch b/target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch
deleted file mode 100644
index 60a1937568..0000000000
--- a/target/linux/lantiq/patches-3.18/0100-lantiq-xrx200-enable-remove-crc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/net/ethernet/lantiq_xrx200.c
-+++ b/drivers/net/ethernet/lantiq_xrx200.c
-@@ -143,6 +143,7 @@
- #define PMAC_IPG_MASK 0xf
- #define PMAC_HD_CTL_AS 0x0008
- #define PMAC_HD_CTL_AC 0x0004
-+#define PMAC_HD_CTL_RC 0x0010
- #define PMAC_HD_CTL_RXSH 0x0040
- #define PMAC_HD_CTL_AST 0x0080
- #define PMAC_HD_CTL_RST 0x0100
-@@ -1502,12 +1503,12 @@ static void xrx200_hw_init(struct xrx200
- #ifdef SW_ROUTING
- /* enable status header, enable CRC */
- ltq_pmac_w32_mask(0,
-- PMAC_HD_CTL_RST | PMAC_HD_CTL_AST | PMAC_HD_CTL_RXSH | PMAC_HD_CTL_AS | PMAC_HD_CTL_AC,
-+ PMAC_HD_CTL_RST | PMAC_HD_CTL_AST | PMAC_HD_CTL_RXSH | PMAC_HD_CTL_AS | PMAC_HD_CTL_AC | PMAC_HD_CTL_RC,
- PMAC_HD_CTL);
- #else
- /* disable status header, enable CRC */
- ltq_pmac_w32_mask(PMAC_HD_CTL_AST | PMAC_HD_CTL_RXSH | PMAC_HD_CTL_AS,
-- PMAC_HD_CTL_AC,
-+ PMAC_HD_CTL_AC | PMAC_HD_CTL_RC,
- PMAC_HD_CTL);
- #endif
-