diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-02-13 18:22:50 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-02-16 00:25:41 +0000 |
| commit | 07e712e4d1f0e0227c774a9621035b949deb5aae (patch) | |
| tree | 3c6ea6eeed984064613d5bf44810aa85044c7f14 /sys/dev/igc | |
| parent | ecbef369b33af759995d9f3f49e38ddda823c7c6 (diff) | |
Diffstat (limited to 'sys/dev/igc')
| -rw-r--r-- | sys/dev/igc/igc_defines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/igc/igc_defines.h b/sys/dev/igc/igc_defines.h index e9ebd23c41c3..09f75fe2787e 100644 --- a/sys/dev/igc/igc_defines.h +++ b/sys/dev/igc/igc_defines.h @@ -96,7 +96,6 @@ #define IGC_RXD_ERR_TCPE 0x20 /* TCP/UDP Checksum Error */ #define IGC_RXD_ERR_IPE 0x40 /* IP Checksum Error */ #define IGC_RXD_ERR_RXE 0x80 /* Rx Data Error */ -#define IGC_RXD_SPC_VLAN_MASK 0x0FFF /* VLAN ID is in lower 12 bits */ #define IGC_RXDEXT_STATERR_TST 0x00000100 /* Time Stamp taken */ #define IGC_RXDEXT_STATERR_LB 0x00040000 |
