diff --git a/[refs] b/[refs] index e89f20437766..73ce17f4b55e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7cd636fe9ce5de0051c11283911baca4291868c8 +refs/heads/master: e9df2e8fd8fbc95c57dbd1d33dada66c4627b44c diff --git a/trunk/include/net/inet_ecn.h b/trunk/include/net/inet_ecn.h index ba33db053854..7040a782c656 100644 --- a/trunk/include/net/inet_ecn.h +++ b/trunk/include/net/inet_ecn.h @@ -47,7 +47,7 @@ static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) } while (0) #define IP6_ECN_flow_xmit(sk, label) do { \ - if (INET_ECN_is_capable(inet_sk(sk)->tos)) \ + if (INET_ECN_is_capable(inet6_sk(sk)->tclass)) \ (label) |= htonl(INET_ECN_ECT_0 << 20); \ } while (0)