ar71xx: refresh unaligned access hacks patch

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 39694
master
Gabor Juhos 11 years ago
parent 86f5a9cf78
commit 3e6c7ed4f2
  1. 2
      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)

Loading…
Cancel
Save