From eb572cd77d157bd7ded1fea2fce990a13b492ab4 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sat, 19 Aug 2006 23:17:13 +0000 Subject: Replace existing rate adaption code with the ieee80211_amrr framework. ok jsg@ --- sys/dev/cardbus/if_acx_cardbus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/cardbus') 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 @@ -47,6 +47,7 @@ #endif #include +#include #include #include -- cgit v1.2.3