diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-01-30 11:41:01 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-01-30 11:41:01 +0000 |
commit | ba44403ff43dd599599373590bd054284fc5e216 (patch) | |
tree | a09c75dd84be2ee7d1813db9141cad6ddd7afb1e /sys/dev/isa | |
parent | e0f0bd7be5bb2f7473c5554b4013cb1d140e0d92 (diff) |
Add basic radiotap support. Modelled somewhat after
ral and NetBSD wi radiotap.
"looks ok" damien@
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_an_isapnp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/if_an_isapnp.c b/sys/dev/isa/if_an_isapnp.c index e9b7af8c365..28d1151c9f8 100644 --- a/sys/dev/isa/if_an_isapnp.c +++ b/sys/dev/isa/if_an_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_isapnp.c,v 1.7 2006/01/09 21:19:48 jsg Exp $ */ +/* $OpenBSD: if_an_isapnp.c,v 1.8 2006/01/30 11:41:00 jsg Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -40,6 +40,7 @@ #include <netinet/in.h> #include <netinet/if_ether.h> +#include <net80211/ieee80211_radiotap.h> #include <net80211/ieee80211_var.h> #include <machine/bus.h> |