summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-02 18:26:29 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-02 18:26:29 +0000
commitc46534ea51beab3a1beb621937f6c3fd9c5e8691 (patch)
treefdbc8559b215dceef61eaa77d900e91e4973e5b4
parentaccd3981b0d7c6ee216e140a3d3fe01e83247315 (diff)
new fw needs more space in an_ltv_status; from Gabriel Kihlman <gk@univits.se>
-rw-r--r--sys/dev/ic/anvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/anvar.h b/sys/dev/ic/anvar.h
index 627015b17f3..7bddd3c4a80 100644
--- a/sys/dev/ic/anvar.h
+++ b/sys/dev/ic/anvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: anvar.h,v 1.6 2001/10/24 16:20:20 mickey Exp $ */
+/* $OpenBSD: anvar.h,v 1.7 2001/11/02 18:26:28 mickey Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -569,7 +569,7 @@ struct an_ltv_status {
u_int16_t an_max_noise_prev_sec; /* 0x7A */
u_int16_t an_avg_noise_prev_min; /* 0x7C */
u_int16_t an_max_noise_prev_min; /* 0x7E */
- u_int16_t an_spare[3]; /* 0x80 */
+ u_int16_t an_spare[4]; /* 0x80 */
};
#define AN_STATUS_OPMODE_CONFIGURED 0x0001