diff options
author | 2006-12-03 17:51:41 +0000 | |
---|---|---|
committer | 2006-12-03 17:51:41 +0000 | |
commit | 9055441ba6a4d2e629f72ba1f1e62d69306a3ca6 (patch) | |
tree | 51234de261d04c358efad43575e05613a350e302 /sys/dev/usb/if_uath.c | |
parent | add link to external firmware package. (diff) | |
download | wireguard-openbsd-9055441ba6a4d2e629f72ba1f1e62d69306a3ca6.tar.xz wireguard-openbsd-9055441ba6a4d2e629f72ba1f1e62d69306a3ca6.zip |
don't include <net80211/ieee80211_amrr.h>
rate control is handled by firmware.
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index fa5b90267a6..a5b1d9ec5c4 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.13 2006/12/03 16:09:21 damien Exp $ */ +/* $OpenBSD: if_uath.c,v 1.14 2006/12/03 17:51:41 damien Exp $ */ /*- * Copyright (c) 2006 @@ -62,7 +62,6 @@ #include <netinet/ip.h> #include <net80211/ieee80211_var.h> -#include <net80211/ieee80211_amrr.h> #include <net80211/ieee80211_radiotap.h> #include <dev/rndvar.h> |