From: Patrick McHardy Date: Fri, 23 May 2008 07:22:04 +0000 (-0700) Subject: vlan: Use bitmask of feature flags instead of seperate feature bits X-Git-Tag: v2.6.26-rc4~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289c79a4bd350e8a25065102563ad1a183d1b402;p=pandora-kernel.git vlan: Use bitmask of feature flags instead of seperate feature bits Herbert Xu points out that the use of seperate feature bits for features to be propagated to VLAN devices is going to get messy real soon. Replace the VLAN feature bits by a bitmask of feature flags to be propagated and restore the old GSO_SHIFT/MASK values. Signed-off-by: Patrick McHardy Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed