From: Ilpo Järvinen Date: Tue, 15 Sep 2009 08:30:10 +0000 (-0700) Subject: tcp: fix ssthresh u16 leftover X-Git-Tag: v2.6.32-rc1~657^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6a05c1dbebe8c616e2e5b0f52b7a01fd792911;p=pandora-kernel.git tcp: fix ssthresh u16 leftover It was once upon time so that snd_sthresh was a 16-bit quantity. ...That has not been true for long period of time. I run across some ancient compares which still seem to trust such legacy. Put all that magic into a single place, I hopefully found all of them. Compile tested, though linking of allyesconfig is ridiculous nowadays it seems. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed