]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: fix >2 iw selection
authorIlpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Tue, 14 Apr 2009 09:08:53 +0000 (02:08 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Jun 2009 16:39:50 +0000 (09:39 -0700)
commit3ae0f1042ff18706e652b2cff7419136cebf0f22
treee1abfd45ff73154b2eeb14b0a98e051de495ba90
parent35eca254c87cb5664e59da0e4ceb2a755d04c047
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 Jarvinen <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