From: Brice Goglin Date: Tue, 8 Jan 2008 06:09:08 +0000 (-0800) Subject: [LRO] Fix lro_mgr->features checks X-Git-Tag: v2.6.24-rc8~54^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877364e60edeea06efa8ceb9d29201f195af8a47;p=pandora-kernel.git [LRO] Fix lro_mgr->features checks lro_mgr->features contains a bitmask of LRO_F_* values which are defined as power of two, not as bit indexes. They must be checked with x&LRO_F_FOO, not with test_bit(LRO_F_FOO,&x). Signed-off-by: Brice Goglin Acked-by: Andrew Gallatin Signed-off-by: David S. Miller --- Reading git-diff-tree failed