summaryrefslogtreecommitdiff
path: root/sys/dev/ic/acxvar.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-08-04 10:47:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-08-04 10:47:16 +0000
commitdfddd7aabc250a3b899df1867cd4f075db3a5569 (patch)
tree8d511b46b20f285cbdf29505af6e2a113d646972 /sys/dev/ic/acxvar.h
parent2e14be2ee0d3f179dfcbccdfdf0149429949ba7d (diff)
Load ACX111 firmware for ACX111.
ok mglocker@ claudio@
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