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/awi_wep.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/awi_wep.c')
-rw-r--r-- | sys/dev/ic/awi_wep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/awi_wep.c b/sys/dev/ic/awi_wep.c index c2b48047898..708cf24041f 100644 --- a/sys/dev/ic/awi_wep.c +++ b/sys/dev/ic/awi_wep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi_wep.c,v 1.11 2004/09/18 21:52:57 tedu Exp $ */ +/* $OpenBSD: awi_wep.c,v 1.12 2004/11/23 21:12:23 fgsch Exp $ */ /* $NetBSD: awi_wep.c,v 1.2 2000/07/04 14:47:58 onoe Exp $ */ /* @@ -77,7 +77,7 @@ #include <net/if_ether.h> #endif #include <net/if_media.h> -#include <net/if_ieee80211.h> +#include <net80211/ieee80211.h> #include <machine/cpu.h> #include <machine/bus.h> |