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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue