tcp: remove unused min_cwnd member of tcp_congestion_ops
[pandora-kernel.git] / net / ipv4 / tcp_scalable.c
index 19ea6c2..0ac5083 100644 (file)
@@ -39,7 +39,6 @@ static u32 tcp_scalable_ssthresh(struct sock *sk)
 static struct tcp_congestion_ops tcp_scalable __read_mostly = {
        .ssthresh       = tcp_scalable_ssthresh,
        .cong_avoid     = tcp_scalable_cong_avoid,
-       .min_cwnd       = tcp_reno_min_cwnd,
 
        .owner          = THIS_MODULE,
        .name           = "scalable",