diff options
Diffstat (limited to 'sys/dev/ic/anvar.h')
-rw-r--r-- | sys/dev/ic/anvar.h | 4 |
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 |