summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2004-11-23 21:12:24 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2004-11-23 21:12:24 +0000
commit2ddb009591c7614d76bc64f22494724fb3c019ea (patch)
treec09d08114a36c5d73cc2f318ae1612760bd5b1fe /sys/dev/ic/awi.c
parentedacaa72f3c49ccb24c573b5c9b5fa09571d1151 (diff)
replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
millert@ mcbride@ jsg@
Diffstat (limited to 'sys/dev/ic/awi.c')
-rw-r--r--sys/dev/ic/awi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c
index 48dd80eb1bc..198ca7cb7b9 100644
--- a/sys/dev/ic/awi.c
+++ b/sys/dev/ic/awi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: awi.c,v 1.14 2004/09/23 17:45:16 brad Exp $ */
+/* $OpenBSD: awi.c,v 1.15 2004/11/23 21:12:23 fgsch Exp $ */
/* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */
/*-
@@ -137,7 +137,7 @@
#endif
#endif
-#include <net/if_ieee80211.h>
+#include <net80211/ieee80211.h>
#if NBPFILTER > 0
#include <net/bpf.h>