From: Don Skidmore Date: Tue, 20 Jan 2009 00:54:36 +0000 (-0800) Subject: ixgbe: fix tag stripping for VLAN ID 0 X-Git-Tag: v2.6.29-rc3~23^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068c89b014ebd27b1c09c3c772e9d982988e7786;p=pandora-kernel.git ixgbe: fix tag stripping for VLAN ID 0 Register VLAN ID 0 so that frames with VLAN ID 0 are received and get their tag stripped when ixgbe is not in DCB mode. VLAN ID 0 means that the frame is 'priority tagged' only - it is not a VLAN, but the priority value is the tag in valid. The functions ixgbe_vlan_rx_register() and ixgbe_vlan_rx_kill_vid() were moved up a couple functions to correct compiling issues with this change. Signed-off-by: Don Skidmore Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Eric W Multanen Signed-off-by: David S. Miller --- Reading git-diff-tree failed