tcp: fix >2 iw selection
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 14 Apr 2009 09:08:53 +0000 (02:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Apr 2009 09:08:53 +0000 (02:08 -0700)
commit86bcebafc5e7f5163ccf828792fe694b112ed6fa
treefa383567eae0553e73a834ad97f64e07d1b47dfe
parent1a31f2042e938f1b467aa3d807cc5666352bf8a3
tcp: fix >2 iw selection

A long-standing feature in tcp_init_metrics() is such that
any of its goto reset prevents call to tcp_init_cwnd().

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c