summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx111.c
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2006-08-19 23:17:13 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2006-08-19 23:17:13 +0000
commiteb572cd77d157bd7ded1fea2fce990a13b492ab4 (patch)
tree0da33693a6da84769aa71eb9ace8c7c988bfac62 /sys/dev/ic/acx111.c
parent6b2689dba4e2c92a2d18af62136735d53017bf3e (diff)
Replace existing rate adaption code with the ieee80211_amrr framework.
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 e1fad71f1ad..0c8690031df 100644
--- a/sys/dev/ic/acx111.c
+++ b/sys/dev/ic/acx111.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx111.c,v 1.10 2006/08/15 15:43:34 deraadt Exp $ */
+/* $OpenBSD: acx111.c,v 1.11 2006/08/19 23:17:12 mglocker Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -69,6 +69,7 @@
#endif
#include <net80211/ieee80211_var.h>
+#include <net80211/ieee80211_amrr.h>
#include <net80211/ieee80211_radiotap.h>
#include <dev/pci/pcireg.h>