diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-04-15 18:25:45 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-04-15 18:25:45 +0000 |
commit | aba78d52bdf24fb27ccb533e46eb9d0e686397de (patch) | |
tree | 6f7b9e7b9f8525ffeb7c3a33bebe37e304355a63 /sys/dev/usb | |
parent | f5b9be75e8f3a19c38268ec9d6ee1fe1b32cd1e3 (diff) |
Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.
Tests:
AR5418: Uwe Werler
AR9280: kn, jmatthew, Lauri Tirkkonen, Scott Bennett, Mikolaj Kucharski
AR9285: kevlo, trondd, myself
ok deraadt@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_athn_usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c index 771baafcdac..08ffda8c9aa 100644 --- a/sys/dev/usb/if_athn_usb.c +++ b/sys/dev/usb/if_athn_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_usb.c,v 1.60 2021/02/25 02:48:20 dlg Exp $ */ +/* $OpenBSD: if_athn_usb.c,v 1.61 2021/04/15 18:25:44 stsp Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -49,7 +49,7 @@ #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_amrr.h> -#include <net80211/ieee80211_mira.h> +#include <net80211/ieee80211_ra.h> #include <net80211/ieee80211_radiotap.h> #include <dev/ic/athnreg.h> |