From: Ian McDonald Date: Tue, 12 Dec 2006 02:47:59 +0000 (-0200) Subject: [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li X-Git-Tag: v2.6.20-rc1~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832e3ca62d6ee1893db05f5202c24ae5331e19ba;p=pandora-kernel.git [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li In a recent patch we introduced invalid return codes which will result in the opposite of what is intended (i.e. send more packets in face of peculiar network conditions). This fixes it by returning ~0 which means not calculated as per dccp_li_hist_calc_i_mean. Signed-off-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed