artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bf5a6
)
Remove unused struct field vlan_stripping.
author
jan
<jan@openbsd.org>
Fri, 4 Aug 2023 10:58:27 +0000
(10:58 +0000)
committer
jan
<jan@openbsd.org>
Fri, 4 Aug 2023 10:58:27 +0000
(10:58 +0000)
pointed out by bluhm
ok bluhm@
sys/dev/pci/if_ix.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_ix.h
b/sys/dev/pci/if_ix.h
index
41d7561
..
ec2ac57
100644
(file)
--- a/
sys/dev/pci/if_ix.h
+++ b/
sys/dev/pci/if_ix.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_ix.h,v 1.4
5 2022/06/27 15:11:23
jan Exp $ */
+/* $OpenBSD: if_ix.h,v 1.4
6 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;