summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acx100.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/acx100.c
parent6b2689dba4e2c92a2d18af62136735d53017bf3e (diff)
Replace existing rate adaption code with the ieee80211_amrr framework.
ok jsg@
Diffstat (limited to 'sys/dev/ic/acx100.c')
-rw-r--r--sys/dev/ic/acx100.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/acx100.c b/sys/dev/ic/acx100.c
index c7cf5048caa..9868ca747a0 100644
--- a/sys/dev/ic/acx100.c
+++ b/sys/dev/ic/acx100.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx100.c,v 1.10 2006/08/15 15:43:34 deraadt Exp $ */
+/* $OpenBSD: acx100.c,v 1.11 2006/08/19 23:17:12 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_amrr.h>
#include <net80211/ieee80211_radiotap.h>
#include <dev/pci/pcireg.h>