summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-10-24 02:46:09 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-10-24 02:46:09 +0000
commitb2e0b4b7b64c8492674da9a8ec2e23e20776d20b (patch)
treea9ae91122ef4327d7834d2e85ff7652c40da3051 /sys/dev
parent3617177cd548125156a694e037a1afa4ed12758c (diff)
two sc_anaparm registers
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/rtwvar.h4
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;