summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-02 14:48:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-02 14:48:27 +0000
commitc69ffda546522ae67544ad717a45abbc2ca3527f (patch)
treefb2de31fd6d40b87d35e63d5b8e01a03e9f0bbf8 /target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch
parent140be9f1a5915e952722813e60716a257d622f74 (diff)
downloadmtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.zip
mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.gz
mtk-20170518-c69ffda546522ae67544ad717a45abbc2ca3527f.tar.bz2
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48070
Diffstat (limited to 'target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch')
-rw-r--r--target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch b/target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch
index 8fd09d3..a80c940 100644
--- a/target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch
+++ b/target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch
@@ -49,7 +49,7 @@ Signed-off-by: Michael Lee <igvtee@gmail.com>
/* HW limitations for this switch:
* - No large frame support (PKT_MAX_LEN at most 1536)
* - Can't have untagged vlan and tagged vlan on one port at the same time,
-@@ -559,7 +543,7 @@
+@@ -559,7 +543,7 @@ static irqreturn_t esw_interrupt(int irq
static int esw_probe(struct platform_device *pdev)
{
@@ -58,7 +58,7 @@ Signed-off-by: Michael Lee <igvtee@gmail.com>
struct device_node *np = pdev->dev.of_node;
const __be32 *port_map, *reg_init;
struct rt305x_esw *esw;
-@@ -629,12 +613,9 @@
+@@ -629,12 +613,9 @@ static struct platform_driver esw_driver
},
};