freebsd-dev/sys/dev/igc
Kevin Bowling b4a58b3d58 igc: Remove redundant IFCAP_VLAN_HWTAGGING check
Match igb(4) as in f7926a6d0c. 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
MFC after:	1 month
2021-12-29 09:37:34 -07:00
..
if_igc.c igc: correctly update RCTL when changing multicast filters. 2021-10-22 21:16:12 +10:00
if_igc.h
igc_api.c igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_api.h igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_base.c
igc_base.h
igc_defines.h
igc_hw.h igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_i225.c igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_i225.h
igc_mac.c
igc_mac.h
igc_nvm.c
igc_nvm.h
igc_osdep.h
igc_phy.c Fix 'take effect' spelling in menus and comments. 2021-11-18 23:22:12 -07:00
igc_phy.h igc: Use hardware routine for PHY reset 2021-11-08 23:33:10 +10:00
igc_regs.h
igc_txrx.c igc: Remove redundant IFCAP_VLAN_HWTAGGING check 2021-12-29 09:37:34 -07:00