summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2006-12-03 17:51:42 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2006-12-03 17:51:42 +0000
commit41305b9b281484e92a86490007074dedb744834d (patch)
tree33362e7d0d1daed7c0a952c65450d7e394c82cf1 /sys/dev/usb
parentb5d959ba579cf8b28fd459619ca53dbdf8b4f4fa (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.c3
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>