diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/rtwvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h index efc1d2ffa0a..4a9390c2468 100644 --- a/sys/dev/ic/rtwvar.h +++ b/sys/dev/ic/rtwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtwvar.h,v 1.17 2005/10/23 12:57:43 jsg Exp $ */ +/* $OpenBSD: rtwvar.h,v 1.18 2005/10/24 02:46:08 reyk Exp $ */ /* $NetBSD: rtwvar.h,v 1.10 2004/12/26 22:37:57 mycroft Exp $ */ /*- @@ -401,7 +401,7 @@ struct rtw_softc { u_int8_t sc_rev; /* PCI/Cardbus revision */ - u_int32_t sc_anaparm; /* register RTW_ANAPARM */ + u_int32_t sc_anaparm[2]; /* RTW_ANAPARM_? registers */ union { struct rtw_rx_radiotap_header tap; |