diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-11-23 21:12:24 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-11-23 21:12:24 +0000 |
commit | 2ddb009591c7614d76bc64f22494724fb3c019ea (patch) | |
tree | c09d08114a36c5d73cc2f318ae1612760bd5b1fe /sys/dev/usb | |
parent | edacaa72f3c49ccb24c573b5c9b5fa09571d1151 (diff) |
replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
millert@ mcbride@ jsg@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_wi_usb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c index 470874821df..4df700eb262 100644 --- a/sys/dev/usb/if_wi_usb.c +++ b/sys/dev/usb/if_wi_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.c,v 1.15 2004/10/20 12:59:13 jsg Exp $ */ +/* $OpenBSD: if_wi_usb.c,v 1.16 2004/11/23 21:12:23 fgsch Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -60,7 +60,8 @@ #define ROUNDUP64(x) (((x)+63) & ~63) -#include <net/if_ieee80211.h> +#include <net80211/ieee80211.h> +#include <net80211/ieee80211_ioctl.h> #if NBPFILTER > 0 #include <net/bpf.h> |