summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acxvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/acxvar.h')
-rw-r--r--sys/dev/ic/acxvar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/acxvar.h b/sys/dev/ic/acxvar.h
index 5108e524884..b10eaffd064 100644
--- a/sys/dev/ic/acxvar.h
+++ b/sys/dev/ic/acxvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acxvar.h,v 1.4 2006/08/03 12:00:07 mglocker Exp $ */
+/* $OpenBSD: acxvar.h,v 1.5 2006/08/04 10:47:15 jsg Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -453,7 +453,8 @@ struct acx_softc {
(struct acx_softc *, struct mbuf *, int *);
};
-#define ACX_FLAG_FW_LOADED 0x1
+#define ACX_FLAG_FW_LOADED 0x01
+#define ACX_FLAG_ACX111 0x02
#define ACX_RADIO_TYPE_MAXIM 0x0d
#define ACX_RADIO_TYPE_RFMD 0x11