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/ic/if_wi_hostap.c | |
parent | edacaa72f3c49ccb24c573b5c9b5fa09571d1151 (diff) |
replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
millert@ mcbride@ jsg@
Diffstat (limited to 'sys/dev/ic/if_wi_hostap.c')
-rw-r--r-- | sys/dev/ic/if_wi_hostap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/if_wi_hostap.c b/sys/dev/ic/if_wi_hostap.c index 6afb63386e2..e35ae4c0c5b 100644 --- a/sys/dev/ic/if_wi_hostap.c +++ b/sys/dev/ic/if_wi_hostap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_hostap.c,v 1.29 2004/03/15 21:53:28 millert Exp $ */ +/* $OpenBSD: if_wi_hostap.c,v 1.30 2004/11/23 21:12:23 fgsch Exp $ */ /* * Copyright (c) 2002 @@ -68,7 +68,8 @@ #include <netinet/ip.h> #include <netinet/if_ether.h> -#include <net/if_ieee80211.h> +#include <net80211/ieee80211.h> +#include <net80211/ieee80211_ioctl.h> #include <dev/rndvar.h> |