summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-04 23:31:39 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-04 23:31:39 +0000
commitecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17 (patch)
tree028e7fe2ba02cd47c8c0f17777d773363ef623be /target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch
parentde17203c855d17916e167d2889e3141f3f69dbb7 (diff)
downloadmtk-20170518-ecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17.zip
mtk-20170518-ecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17.tar.gz
mtk-20170518-ecfb0c6de6e6109dc2c7f1ff2b3d0bf737165d17.tar.bz2
ar71xx: merge patches [611-*,621-*] into 610-*
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37176
Diffstat (limited to 'target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch')
-rw-r--r--target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch
index 9eb1324..400e766 100644
--- a/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch
+++ b/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch
@@ -242,7 +242,7 @@
np->rxopt.bits.osrcrt)) ||
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
-@@ -995,7 +995,7 @@ void ip6_route_input(struct sk_buff *skb
+@@ -1013,7 +1013,7 @@ void ip6_route_input(struct sk_buff *skb
.flowi6_iif = skb->dev->ifindex,
.daddr = iph->daddr,
.saddr = iph->saddr,
@@ -251,7 +251,7 @@
.flowi6_mark = skb->mark,
.flowi6_proto = iph->nexthdr,
};
-@@ -1159,7 +1159,7 @@ void ip6_update_pmtu(struct sk_buff *skb
+@@ -1177,7 +1177,7 @@ void ip6_update_pmtu(struct sk_buff *skb
fl6.flowi6_flags = 0;
fl6.daddr = iph->daddr;
fl6.saddr = iph->saddr;
@@ -260,7 +260,7 @@
dst = ip6_route_output(net, NULL, &fl6);
if (!dst->error)
-@@ -1187,7 +1187,7 @@ void ip6_redirect(struct sk_buff *skb, s
+@@ -1205,7 +1205,7 @@ void ip6_redirect(struct sk_buff *skb, s
fl6.flowi6_flags = 0;
fl6.daddr = iph->daddr;
fl6.saddr = iph->saddr;