From: jan Date: Fri, 4 Aug 2023 10:58:27 +0000 (+0000) Subject: Remove unused struct field vlan_stripping. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ec70899f7dd0312bbf7d01fb858f9fa1e141b44a;p=openbsd Remove unused struct field vlan_stripping. pointed out by bluhm ok bluhm@ --- diff --git a/sys/dev/pci/if_ix.h b/sys/dev/pci/if_ix.h index 41d756110c7..ec2ac57e6fd 100644 --- a/sys/dev/pci/if_ix.h +++ b/sys/dev/pci/if_ix.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.h,v 1.45 2022/06/27 15:11:23 jan Exp $ */ +/* $OpenBSD: if_ix.h,v 1.46 2023/08/04 10:58:27 jan Exp $ */ /****************************************************************************** @@ -225,7 +225,6 @@ struct ix_softc { struct ifmedia media; struct intrmap *sc_intrmap; int if_flags; - int vlan_stripping; uint16_t num_vlans; uint16_t num_queues;