diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-12-03 17:51:42 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-12-03 17:51:42 +0000 |
commit | 41305b9b281484e92a86490007074dedb744834d (patch) | |
tree | 33362e7d0d1daed7c0a952c65450d7e394c82cf1 /sys/dev/usb | |
parent | b5d959ba579cf8b28fd459619ca53dbdf8b4f4fa (diff) |
don't include <net80211/ieee80211_amrr.h>
rate control is handled by firmware.
Diffstat (limited to 'sys/dev/usb')
-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> |