summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atwvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/atwvar.h')
-rw-r--r--sys/dev/ic/atwvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h
index a80e46e9f8e..4e5a31998ea 100644
--- a/sys/dev/ic/atwvar.h
+++ b/sys/dev/ic/atwvar.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: atwvar.h,v 1.5 2004/07/15 16:14:14 millert Exp $ */
-/* $NetBSD: atwvar.h,v 1.11 2004/07/15 06:13:44 dyoung Exp $ */
+/* $OpenBSD: atwvar.h,v 1.6 2004/07/25 00:16:35 millert Exp $ */
+/* $NetBSD: atwvar.h,v 1.12 2004/07/23 05:06:26 dyoung Exp $ */
/*
* Copyright (c) 2003, 2004 The NetBSD Foundation, Inc. All rights reserved.
@@ -267,7 +267,7 @@ struct atw_softc {
int, u_int32_t);
/* ADM8211 state variables. */
- u_int8_t sc_sram[ATW_SRAM_SIZE];
+ u_int8_t sc_sram[ATW_SRAM_MAXSIZE];
u_int8_t sc_bssid[IEEE80211_ADDR_LEN];
struct timeval sc_last_beacon;