K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-01-30T20:43:09.471779Z K 7 svn:log V 520 igc: Remove redundant IFCAP_VLAN_HWTAGGING check Match igb(4) as in f7926a6d0c10. From Vincenzo, this check is redundant to setup providing us an IGC_RXD_STAT_VP bit and would make for an unexpected condition if IFCAP_VLAN_HWTAGGING were not set but the tag was stripped, which would be passed up the stack breaking isolation. PR: 260068 Approved by: vmaffione (cherry picked from commit b4a58b3d5831dd2e7e79d9d7cbc3e920803cb4f6) Git Hash: b02fa10699b28b81d35475d23b9812fb15d7e2cb Git Author: kbowling@FreeBSD.org END