CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/22 05:54:46
Modified files:
sys/dev/pci : if_bge.c
Log message:
If VLAN_HWTAGGING is disabled, we tell the chip not to strip the
tag from the received frame. Do not add the tag from the receive
descriptor in this case so that the packet isn't tagged twice.
Matches FreeBSD.
ok brad@
