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/pci/if_an_pci.c | |
parent | 7df301d2051df22500fe1494c86ff82eaef679f7 (diff) |
Replace arpcom in the softc with ieee80211com in preparation for
further net80211 changes. ok mickey@
Diffstat (limited to 'sys/dev/pci/if_an_pci.c')
-rw-r--r-- | sys/dev/pci/if_an_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_an_pci.c b/sys/dev/pci/if_an_pci.c index e61a22ac7f3..1398e97370c 100644 --- a/sys/dev/pci/if_an_pci.c +++ b/sys/dev/pci/if_an_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_pci.c,v 1.9 2002/11/19 18:40:17 jason Exp $ */ +/* $OpenBSD: if_an_pci.c,v 1.10 2005/06/20 22:42:29 jsg Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -67,6 +67,8 @@ #include <netinet/in.h> #include <netinet/if_ether.h> +#include <net80211/ieee80211_var.h> + #include <machine/bus.h> #include <machine/intr.h> |