summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2004-12-08 21:01:34 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2004-12-08 21:01:34 +0000
commit4daa9b0add2ec41220e3d40c851908dac01f3930 (patch)
treebfba11db4554b7bfa18a1d8cf2dd5b6640c05631 /sys/dev/usb
parent337c7fa79200d930c2d4beeb12e4744c4f7ad5a2 (diff)
remove some defines for timeouts that are no longer used thanks to net80211
from daan vreeken
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_atureg.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h
index 5d675fe8d1b..80f88587cb7 100644
--- a/sys/dev/usb/if_atureg.h
+++ b/sys/dev/usb/if_atureg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atureg.h,v 1.15 2004/12/05 12:25:59 dlg Exp $ */
+/* $OpenBSD: if_atureg.h,v 1.16 2004/12/08 21:01:33 dlg Exp $ */
/*
* Copyright (c) 2003
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -32,7 +32,7 @@
*
*/
-/* $ATUWI: $Id: if_atureg.h,v 1.15 2004/12/05 12:25:59 dlg Exp $ */
+/* $ATUWI: $Id: if_atureg.h,v 1.16 2004/12/08 21:01:33 dlg Exp $ */
/************ driver options ************/
@@ -183,17 +183,9 @@
#define ATU_ENDPT_TX 0x1
#define ATU_ENDPT_MAX 0x2
-#define ATU_TX_TIMEOUT 10000
-
+#define ATU_TX_TIMEOUT 10000
#define ATU_JOIN_TIMEOUT 2000
-#define ATU_MGMT_INTERVAL 1000 * hz / 1000
-#define ATU_SCAN_RETRIES 2
-#define ATU_JOIN_RETRIES 1
-#define ATU_AUTH_RETRIES 3
-#define ATU_ASSOC_RETRIES 3
-#define ATU_IBSS_RETRIES 0
-
#define ATU_NO_QUIRK 0x0000
#define ATU_QUIRK_NO_REMAP 0x0001
#define ATU_QUIRK_FW_DELAY 0x0002