summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/acx111.c
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2006-08-06 13:03:03 +0000
committermglocker <mglocker@openbsd.org>2006-08-06 13:03:03 +0000
commit172cbfce9ee54410a8911b0584cb6bdca88e639f (patch)
tree2e563a317f5c19d7986b1b83e04b85dc5648bd25 /sys/dev/ic/acx111.c
parentcosmetic tweaks. (diff)
downloadwireguard-openbsd-172cbfce9ee54410a8911b0584cb6bdca88e639f.tar.xz
wireguard-openbsd-172cbfce9ee54410a8911b0584cb6bdca88e639f.zip
Add bpf hooks. Based on slightly modified diff from jsg.
ok jsg@
Diffstat (limited to 'sys/dev/ic/acx111.c')
-rw-r--r--sys/dev/ic/acx111.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c
index 34f95adf32c..1e275ea9f32 100644
--- a/sys/dev/ic/acx111.c
+++ b/sys/dev/ic/acx111.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx111.c,v 1.6 2006/08/05 13:06:50 mglocker Exp $ */
+/* $OpenBSD: acx111.c,v 1.7 2006/08/06 13:03:03 mglocker Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -69,6 +69,7 @@
#endif
#include <net80211/ieee80211_var.h>
+#include <net80211/ieee80211_radiotap.h>
#include <dev/pci/pcireg.h>