diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-06-20 22:42:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-06-20 22:42:30 +0000 |
commit | e1f9ada7b9b7742f5a9971f81d306527771c6626 (patch) | |
tree | f4531a9c7a7e356cb8c659820083d207db2b7c8e /sys/dev/isa/if_an_isapnp.c | |
parent | 7df301d2051df22500fe1494c86ff82eaef679f7 (diff) |
Replace arpcom in the softc with ieee80211com in preparation for
further net80211 changes. ok mickey@
Diffstat (limited to 'sys/dev/isa/if_an_isapnp.c')
-rw-r--r-- | sys/dev/isa/if_an_isapnp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/if_an_isapnp.c b/sys/dev/isa/if_an_isapnp.c index 11a37bd81cc..e4ad19bc992 100644 --- a/sys/dev/isa/if_an_isapnp.c +++ b/sys/dev/isa/if_an_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_isapnp.c,v 1.3 2003/06/04 04:43:56 deraadt Exp $ */ +/* $OpenBSD: if_an_isapnp.c,v 1.4 2005/06/20 22:42:29 jsg Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -39,6 +39,8 @@ #include <netinet/in.h> #include <netinet/if_ether.h> +#include <net80211/ieee80211_var.h> + #include <machine/bus.h> #include <machine/intr.h> |