diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-19 23:17:13 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-19 23:17:13 +0000 |
commit | eb572cd77d157bd7ded1fea2fce990a13b492ab4 (patch) | |
tree | 0da33693a6da84769aa71eb9ace8c7c988bfac62 /sys/dev/cardbus | |
parent | 6b2689dba4e2c92a2d18af62136735d53017bf3e (diff) |
Replace existing rate adaption code with the ieee80211_amrr framework.
ok jsg@
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/if_acx_cardbus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cardbus/if_acx_cardbus.c b/sys/dev/cardbus/if_acx_cardbus.c index f30723e5cb5..c11a3e2d058 100644 --- a/sys/dev/cardbus/if_acx_cardbus.c +++ b/sys/dev/cardbus/if_acx_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_acx_cardbus.c,v 1.8 2006/08/09 09:40:08 mglocker Exp $ */ +/* $OpenBSD: if_acx_cardbus.c,v 1.9 2006/08/19 23:17:12 mglocker Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -47,6 +47,7 @@ #endif #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_amrr.h> #include <net80211/ieee80211_rssadapt.h> #include <net80211/ieee80211_radiotap.h> |