diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-27 22:10:26 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-27 22:10:26 +0000 |
commit | 79c848159252bf44638153cf28dae39cc4ca26eb (patch) | |
tree | 910ddaef7cffa8560dfe9e2eefd2f45586000b5f /sys/dev/pci | |
parent | 89f8c27268c8ff730e1d013603d743a768e2b7ea (diff) |
Add automatic rate control (AMRR).
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_bwi_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bwi_pci.c b/sys/dev/pci/if_bwi_pci.c index abcb1fa4b02..f63393e4076 100644 --- a/sys/dev/pci/if_bwi_pci.c +++ b/sys/dev/pci/if_bwi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bwi_pci.c,v 1.4 2007/09/15 07:20:51 jsg Exp $ */ +/* $OpenBSD: if_bwi_pci.c,v 1.5 2007/09/27 22:10:25 mglocker Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -43,6 +43,7 @@ #include <netinet/if_ether.h> #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_amrr.h> #include <net80211/ieee80211_radiotap.h> #include <dev/ic/bwivar.h> |