ar71xx,ath79: refresh 910-unaligned_access_hacks.patch
[openwrt/staging/chunkeey.git] / target / linux / ath79 / patches-4.14 / 910-unaligned_access_hacks.patch
index d9cefe1dfa71b1227186cc0c88ac8cf2f93a408c..68f0100b31e47ced13ed2ae482d3ddacc2523e64 100644 (file)
             ipv6_hdr(skb)->hop_limit != hop_limit ||
 -           flowlabel != *((u_int32_t *)ipv6_hdr(skb)))) {
 +           flowlabel != net_hdr_word(ipv6_hdr(skb)))) {
-               err = ip6_route_me_harder(state->net, skb);
+               err = ip6_route_me_harder(state->net, state->sk, skb);
                if (err < 0)
                        ret = NF_DROP_ERR(err);