diff options
Diffstat (limited to 'net/ipv4/tcp_compound.c')
-rw-r--r-- | net/ipv4/tcp_compound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_compound.c b/net/ipv4/tcp_compound.c index ec68cb8081c1..bc54f7e9aea9 100644 --- a/net/ipv4/tcp_compound.c +++ b/net/ipv4/tcp_compound.c | |||
@@ -419,7 +419,6 @@ static struct tcp_congestion_ops tcp_compound = { | |||
419 | .init = tcp_compound_init, | 419 | .init = tcp_compound_init, |
420 | .ssthresh = tcp_reno_ssthresh, | 420 | .ssthresh = tcp_reno_ssthresh, |
421 | .cong_avoid = tcp_compound_cong_avoid, | 421 | .cong_avoid = tcp_compound_cong_avoid, |
422 | .min_cwnd = tcp_reno_min_cwnd, | ||
423 | .rtt_sample = tcp_compound_rtt_calc, | 422 | .rtt_sample = tcp_compound_rtt_calc, |
424 | .set_state = tcp_compound_state, | 423 | .set_state = tcp_compound_state, |
425 | .cwnd_event = tcp_compound_cwnd_event, | 424 | .cwnd_event = tcp_compound_cwnd_event, |