freebsd-dev/sys/dev/msk
Pyun YongHyeon 71e8866707 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
2007-02-15 06:21:34 +00:00
..
if_msk.c Unbreak non-H/W VLAN extraction case. 2007-02-15 06:21:34 +00:00
if_mskreg.h Piggyback watchdog timer handling with msk_tick which is called every 2006-12-29 04:55:38 +00:00