summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_wi_pci.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/pci/if_wi_pci.c
parentedacaa72f3c49ccb24c573b5c9b5fa09571d1151 (diff)
replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
millert@ mcbride@ jsg@
Diffstat (limited to 'sys/dev/pci/if_wi_pci.c')
-rw-r--r--sys/dev/pci/if_wi_pci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/if_wi_pci.c b/sys/dev/pci/if_wi_pci.c
index 96728771ad6..0cf16c47de6 100644
--- a/sys/dev/pci/if_wi_pci.c
+++ b/sys/dev/pci/if_wi_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_pci.c,v 1.38 2004/10/20 13:19:53 jsg Exp $ */
+/* $OpenBSD: if_wi_pci.c,v 1.39 2004/11/23 21:12:23 fgsch Exp $ */
/*
* Copyright (c) 2001-2003 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -55,7 +55,8 @@
#include <netinet/if_ether.h>
#endif
-#include <net/if_ieee80211.h>
+#include <net80211/ieee80211.h>
+#include <net80211/ieee80211_ioctl.h>
#include <machine/bus.h>