If VLAN_HWTAGGING is disabled, we tell the chip not to strip the
authornaddy <naddy@openbsd.org>
Tue, 22 Apr 2014 11:54:46 +0000 (11:54 +0000)
committernaddy <naddy@openbsd.org>
Tue, 22 Apr 2014 11:54:46 +0000 (11:54 +0000)
commitef36dcfa0a1373df1a35505c00a5d8bdc2ad3ded
tree383172ea4e93b8988e38f67a3583b28aef4a6d42
parentf56cb868d52061aea60c9995593037b03561ce42
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@
sys/dev/pci/if_bge.c