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/pci | |
parent | 6b2689dba4e2c92a2d18af62136735d53017bf3e (diff) |
Replace existing rate adaption code with the ieee80211_amrr framework.
ok jsg@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_acx_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_acx_pci.c b/sys/dev/pci/if_acx_pci.c index eb903bf45f8..52b8e388b3c 100644 --- a/sys/dev/pci/if_acx_pci.c +++ b/sys/dev/pci/if_acx_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_acx_pci.c,v 1.3 2006/08/14 21:12:10 deraadt Exp $ */ +/* $OpenBSD: if_acx_pci.c,v 1.4 2006/08/19 23:17:12 mglocker Exp $ */ /*- * Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org> @@ -45,6 +45,7 @@ #include <netinet/if_ether.h> #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_amrr.h> #include <net80211/ieee80211_rssadapt.h> #include <net80211/ieee80211_radiotap.h> |