K 10 svn:author V 7 yongari K 8 svn:date V 27 2007-02-15T06:21:34.000000Z K 7 svn:log V 479 Unbreak non-H/W VLAN extraction case. Unlike other GigEs Yukon II always set VLAN bit when it detects VLAN tagged packet regardless of H/W VLAN processing configuration state. So it need to check IFCAP_VLAN_HWTAGGING bit to know whether driver is configured to take advantage of H/W VLAN processing. If H/W VLAN processing was disabled don't adjust received packet length such that subsequent validation logic works for software VLAN processing. Reported by: bms Tested by: bms END