tcp: fix >2 iw selection
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 26 May 2009 22:51:35 +0000 (15:51 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Jun 2009 03:01:18 +0000 (20:01 -0700)
commit0fc27bd6135b319fd21b70091b280a6f3b642a87
tree5222dbb235638198e26d30feb5cd9dc14085727f
parentbe139f75e2bdd069a9f2429339a042021e53159d
tcp: fix >2 iw selection

[ Upstream commit 86bcebafc5e7f5163ccf828792fe694b112ed6fa ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/tcp_input.c