diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 706cbb3b2986..7e94223fdb2b 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -266,7 +266,7 @@ static void tcp_ecn_accept_cwr(struct sock *sk, const struct sk_buff *skb) | |||
266 | 266 | ||
267 | static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) | 267 | static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) |
268 | { | 268 | { |
269 | tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; | 269 | tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; |
270 | } | 270 | } |
271 | 271 | ||
272 | static void __tcp_ecn_check_ce(struct sock *sk, const struct sk_buff *skb) | 272 | static void __tcp_ecn_check_ce(struct sock *sk, const struct sk_buff *skb) |