summaryrefslogtreecommitdiff
path: root/sys/dev/ic/malo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/malo.h')
-rw-r--r--sys/dev/ic/malo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/malo.h b/sys/dev/ic/malo.h
index 8c812303c43..05b661f9e87 100644
--- a/sys/dev/ic/malo.h
+++ b/sys/dev/ic/malo.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: malo.h,v 1.7 2006/10/29 11:41:34 mglocker Exp $ */
+/* $OpenBSD: malo.h,v 1.8 2006/11/07 21:39:32 mglocker Exp $ */
/*
* Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org>
@@ -104,6 +104,7 @@ struct malo_softc {
void (*sc_disable)(struct malo_softc *);
struct timeout sc_scan_to;
+ int sc_tx_timer;
#if NBPFILTER > 0
caddr_t sc_drvbpf;