]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit35ee4db2619f642ddc135f721eaad66406067cb5
treefa383567eae0553e73a834ad97f64e07d1b47dfe
parent916c0f197307b2e8c39ffc9f527e375117a3efec
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