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 40824b380ef8..d598ff408cb9 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -3660,7 +3660,7 @@ static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag) | |||
3660 | tcp_cwnd_reduction(sk, acked_sacked, flag); | 3660 | tcp_cwnd_reduction(sk, acked_sacked, flag); |
3661 | } else if (tcp_may_raise_cwnd(sk, flag)) { | 3661 | } else if (tcp_may_raise_cwnd(sk, flag)) { |
3662 | /* Advance cwnd if state allows */ | 3662 | /* Advance cwnd if state allows */ |
3663 | tcp_cong_avoid(sk, ack, acked); | 3663 | tcp_cong_avoid(sk, ack, acked_sacked); |
3664 | } | 3664 | } |
3665 | 3665 | ||
3666 | if ((flag & FLAG_FORWARD_PROGRESS) || !(flag & FLAG_NOT_DUP)) { | 3666 | if ((flag & FLAG_FORWARD_PROGRESS) || !(flag & FLAG_NOT_DUP)) { |