diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-06 13:03:04 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-06 13:03:04 +0000 |
commit | 06657fb3267c92e8abdb21f118cbd6b4ac3273f6 (patch) | |
tree | 3001acc4fcfd3a38c729069ef05e8619440f7de7 /sys/dev/ic/acx100.c | |
parent | 1f53aa87a1f0189d697a29c357cf6a67f5221b34 (diff) |
Add bpf hooks. Based on slightly modified diff from jsg.
ok jsg@
Diffstat (limited to 'sys/dev/ic/acx100.c')
-rw-r--r-- | sys/dev/ic/acx100.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/acx100.c b/sys/dev/ic/acx100.c index 0575244c0c9..4c0965d7fd8 100644 --- a/sys/dev/ic/acx100.c +++ b/sys/dev/ic/acx100.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx100.c,v 1.6 2006/08/05 14:33:39 mglocker Exp $ */ +/* $OpenBSD: acx100.c,v 1.7 2006/08/06 13:03:03 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -70,6 +70,7 @@ #include <net80211/ieee80211.h> #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_radiotap.h> #include <dev/pci/pcireg.h> |