diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-14 11:03:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-14 11:03:16 +0000 |
commit | 458634aecd315dd3467488ac8b5020ac9dd6458c (patch) | |
tree | a470ffcfea8a6ea963b88861263f9418e0db80f3 | |
parent | 52808b038fdc7020a3a328b932ee2d422638de05 (diff) | |
download | upstream-458634aecd315dd3467488ac8b5020ac9dd6458c.tar.gz upstream-458634aecd315dd3467488ac8b5020ac9dd6458c.tar.bz2 upstream-458634aecd315dd3467488ac8b5020ac9dd6458c.zip |
lantiq: lantiq: remove strip-fcs patch that seems to introduce regression on multiple devices
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42901 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/lantiq/patches-3.10/0208-lantiq-xrx200-strip-fcs.patch | 11 |
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); |