[OpenWrt-Devel] [PATCH 3/8] BB (BACKPORT) - lantiq: remove strip-fcs patch that seems to introduce regression on multiple devices
Eddi De Pieri
eddi at depieri.net
Fri Oct 10 15:19:02 EDT 2014
Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
.../lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch
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 ceaca4d..0000000
--- 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);
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list