ar71xx: refresh unaligned access hacks patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39694
This commit is contained in:
parent
86f5a9cf78
commit
3e6c7ed4f2
@ -557,7 +557,7 @@
|
|||||||
#define IGMP_HOST_MEMBERSHIP_REPORT 0x12 /* Ditto */
|
#define IGMP_HOST_MEMBERSHIP_REPORT 0x12 /* Ditto */
|
||||||
--- a/net/core/flow_dissector.c
|
--- a/net/core/flow_dissector.c
|
||||||
+++ b/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,
|
ports = skb_header_pointer(skb, nhoff + poff,
|
||||||
sizeof(_ports), &_ports);
|
sizeof(_ports), &_ports);
|
||||||
if (ports)
|
if (ports)
|
||||||
|
Loading…
Reference in New Issue
Block a user