aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-10 11:27:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-10 11:27:39 +0000
commitf607e2cc76dc9bf6bd5fb90a3154c56a47d7e5fa (patch)
treebf0fac86478ccfb0b29ea79f0f78a0bd6b615fef /target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch
parent2f9590a84c1ca01751ffe3e106051f3e0240525d (diff)
downloadupstream-f607e2cc76dc9bf6bd5fb90a3154c56a47d7e5fa.tar.gz
upstream-f607e2cc76dc9bf6bd5fb90a3154c56a47d7e5fa.tar.bz2
upstream-f607e2cc76dc9bf6bd5fb90a3154c56a47d7e5fa.zip
atheros: ignore reports about oversized ethernet frames, as can be caused by the header mode of marvell 88e6060 switches (see https://dev.openwrt.org/ticket/3507#comment:16)
SVN-Revision: 15185
Diffstat (limited to 'target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch')
-rw-r--r--target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch b/target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch
index b3efb56279..a067f9d1ab 100644
--- a/target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch
+++ b/target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch
@@ -19,7 +19,7 @@
sp->rx_skb[idx] = skb;
rd = (ar231x_descr_t *) & sp->rx_ring[idx];
-@@ -826,20 +829,23 @@ static int ar231x_rx_int(struct net_devi
+@@ -825,20 +828,23 @@ static int ar231x_rx_int(struct net_devi
/* alloc new buffer. */
skb_new = netdev_alloc_skb(dev, AR2313_BUFSIZE + RX_OFFSET);
if (skb_new != NULL) {
@@ -48,7 +48,7 @@
/* reset descriptor's curr_addr */
rxdesc->addr = virt_to_phys(skb_new->data);
-@@ -1241,6 +1247,8 @@ static int ar231x_mdiobus_probe (struct
+@@ -1240,6 +1246,8 @@ static int ar231x_mdiobus_probe (struct
return PTR_ERR(phydev);
}