summaryrefslogtreecommitdiff
path: root/sys/dev/ic/anvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/anvar.h')
-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 519d8e2eb88..b557ca8a434 100644
--- a/sys/dev/ic/anvar.h
+++ b/sys/dev/ic/anvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: anvar.h,v 1.17 2004/09/28 04:37:32 brad Exp $ */
+/* $OpenBSD: anvar.h,v 1.18 2005/06/20 22:42:29 jsg Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -638,7 +638,7 @@ struct an_tx_ring_data {
struct an_softc {
struct device sc_dev;
int noise; /* noise value */
- struct arpcom sc_arpcom;
+ struct ieee80211com sc_ic;
struct ifmedia an_ifmedia;
void *sc_ih;
struct timeout an_stat_ch;