diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-15 12:06:14 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-15 12:06:14 +0000 |
commit | 8550ecd7b76f1088fe9d0fb9ada953576a40ce3f (patch) | |
tree | 71c440014e3646243c7293205c19cf88e631f1d3 /sys/dev/ic/acxvar.h | |
parent | b6c71ea1e53a33c1e3428dc37b37d11d187ce716 (diff) |
Improve watchdog handler.
ok jsg@
Diffstat (limited to 'sys/dev/ic/acxvar.h')
-rw-r--r-- | sys/dev/ic/acxvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/acxvar.h b/sys/dev/ic/acxvar.h index 0a6720e2dfc..f74e2f100fa 100644 --- a/sys/dev/ic/acxvar.h +++ b/sys/dev/ic/acxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acxvar.h,v 1.11 2006/08/12 10:30:15 mglocker Exp $ */ +/* $OpenBSD: acxvar.h,v 1.12 2006/08/15 12:06:13 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -432,6 +432,7 @@ struct acx_softc { int sc_txrate_upd_intvl_min; int sc_txrate_upd_intvl_max; int sc_txrate_sample_thresh; + int sc_txtimer; int sc_long_retry_limit; int sc_short_retry_limit; int sc_msdu_lifetime; |