summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860var.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-12-13 14:35:20 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-12-13 14:35:20 +0000
commitf1ebdce7ab0ba2bf96c1aff73c01e0088cf7880a (patch)
treebd84c7ae623f4527a94c86f3e944b495632c551a /sys/dev/ic/rt2860var.h
parentd1450eab668cd94f4acd73c51d40daec20af005d (diff)
use the hardware general-purpose timer interrupt instead of timeout(9).
clean up the ctl_ridx mess.
Diffstat (limited to 'sys/dev/ic/rt2860var.h')
-rw-r--r--sys/dev/ic/rt2860var.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/rt2860var.h b/sys/dev/ic/rt2860var.h
index f65838ada69..1b011fa4591 100644
--- a/sys/dev/ic/rt2860var.h
+++ b/sys/dev/ic/rt2860var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860var.h,v 1.9 2008/12/12 20:58:48 damien Exp $ */
+/* $OpenBSD: rt2860var.h,v 1.10 2008/12/13 14:35:19 damien Exp $ */
/*-
* Copyright (c) 2007
@@ -117,9 +117,6 @@ struct rt2860_softc {
bus_space_tag_t sc_st;
bus_space_handle_t sc_sh;
- struct timeout scan_to;
- struct timeout amrr_to;
-
int sc_flags;
#define RT2860_ENABLED (1 << 0)
#define RT2860_FWLOADED (1 << 1)