From: Herbert Xu Date: Thu, 31 Jan 2008 05:48:24 +0000 (-0800) Subject: [IPCOMP]: Fix reception of incompressible packets X-Git-Tag: v2.6.25-rc1~1089^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1641064a3f4a58644bc2e8edf40c025c58473b4;p=pandora-kernel.git [IPCOMP]: Fix reception of incompressible packets I made a silly typo by entering IPPROTO_IP (== 0) instead of IPPROTO_IPIP (== 4). This broke the reception of incompressible packets. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed