aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_tapvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tapvar.h')
-rw-r--r--sys/net/if_tapvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_tapvar.h b/sys/net/if_tapvar.h
index 1017bae847d1..21bac5054d00 100644
--- a/sys/net/if_tapvar.h
+++ b/sys/net/if_tapvar.h
@@ -46,8 +46,7 @@
* Other fields locked by owning subsystems.
*/
struct tap_softc {
- struct arpcom arpcom; /* ethernet common data */
-#define tap_if arpcom.ac_if
+ struct ifnet *tap_ifp;
u_short tap_flags; /* misc flags */
#define TAP_OPEN (1 << 0)
#define TAP_INITED (1 << 1)