summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-02-22 16:17:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-02-22 16:17:27 +0000
commit3e6c7ed4f2cc7bcaa3ef20eaa30185863fe6e379 (patch)
tree780938b643e7f15cd129b71ab07fb3cdae867b0f
parent86f5a9cf78106989f17588a93c1cf4ac124c7955 (diff)
downloadmtk-20170518-3e6c7ed4f2cc7bcaa3ef20eaa30185863fe6e379.zip
mtk-20170518-3e6c7ed4f2cc7bcaa3ef20eaa30185863fe6e379.tar.gz
mtk-20170518-3e6c7ed4f2cc7bcaa3ef20eaa30185863fe6e379.tar.bz2
ar71xx: refresh unaligned access hacks patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39694
-rw-r--r--target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch
index 20f5f1c..f6286a1 100644
--- a/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch
+++ b/target/linux/ar71xx/patches-3.10/902-unaligned_access_hacks.patch
@@ -557,7 +557,7 @@
#define IGMP_HOST_MEMBERSHIP_REPORT 0x12 /* Ditto */
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
-@@ -152,7 +152,7 @@ ipv6:
+@@ -157,7 +157,7 @@ ipv6:
ports = skb_header_pointer(skb, nhoff + poff,
sizeof(_ports), &_ports);
if (ports)