From: Lucy Liu Date: Thu, 13 Aug 2009 14:09:38 +0000 (+0000) Subject: ixgbe: Fix receive on real device when VLANs are configured X-Git-Tag: v2.6.31-rc7~27^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a62babfb87aa5911e87e0ce38381bdfdc4a2b83;p=pandora-kernel.git ixgbe: Fix receive on real device when VLANs are configured Traffic received with a priority tag (VID = 0) and non-zero priority value was incorrectly handled by the VLAN packet code path due to a check on zero for the whole VLAN tag instead of just the VID. This patch masked out the priority field when checking the vlan tag for received VLAN packets. Signed-off-by: Lucy Liu Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed