diff options
Diffstat (limited to 'net/ipv4/tcp_illinois.c')
-rw-r--r-- | net/ipv4/tcp_illinois.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_illinois.c b/net/ipv4/tcp_illinois.c index be047c63ca10..863d105e3015 100644 --- a/net/ipv4/tcp_illinois.c +++ b/net/ipv4/tcp_illinois.c | |||
@@ -325,7 +325,6 @@ static void tcp_illinois_info(struct sock *sk, u32 ext, | |||
325 | } | 325 | } |
326 | 326 | ||
327 | static struct tcp_congestion_ops tcp_illinois __read_mostly = { | 327 | static struct tcp_congestion_ops tcp_illinois __read_mostly = { |
328 | .flags = TCP_CONG_RTT_STAMP, | ||
329 | .init = tcp_illinois_init, | 328 | .init = tcp_illinois_init, |
330 | .ssthresh = tcp_illinois_ssthresh, | 329 | .ssthresh = tcp_illinois_ssthresh, |
331 | .cong_avoid = tcp_illinois_cong_avoid, | 330 | .cong_avoid = tcp_illinois_cong_avoid, |