aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.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/0208-lantiq-xrx200-strip-fcs.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/0208-lantiq-xrx200-strip-fcs.patch')
-rw-r--r--target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch b/target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch
deleted file mode 100644
index ceaca4dc3f..0000000000
--- a/target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/ethernet/lantiq_xrx200.c
-+++ b/drivers/net/ethernet/lantiq_xrx200.c
-@@ -933,7 +933,7 @@ static void xrx200_hw_receive(struct xrx
- struct xrx200_priv *priv = netdev_priv(dev);
- struct ltq_dma_desc *desc = &ch->dma.desc_base[ch->dma.desc];
- struct sk_buff *skb = ch->skb[ch->dma.desc];
-- int len = (desc->ctl & LTQ_DMA_SIZE_MASK);
-+ int len = (desc->ctl & LTQ_DMA_SIZE_MASK) - ETH_FCS_LEN;
- unsigned long flags;
-
- spin_lock_irqsave(&priv->hw->lock, flags);