summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2661var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/rt2661var.h')
-rw-r--r--sys/dev/ic/rt2661var.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/rt2661var.h b/sys/dev/ic/rt2661var.h
index e2d061202f6..f95d6207d89 100644
--- a/sys/dev/ic/rt2661var.h
+++ b/sys/dev/ic/rt2661var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2661var.h,v 1.14 2011/03/18 06:05:21 deraadt Exp $ */
+/* $OpenBSD: rt2661var.h,v 1.15 2012/07/13 10:08:15 stsp Exp $ */
/*-
* Copyright (c) 2006
@@ -111,6 +111,8 @@ struct rt2661_softc {
#define RT2661_UPDATE_SLOT (1 << 1)
#define RT2661_SET_SLOTTIME (1 << 2)
#define RT2661_FWLOADED (1 << 3)
+#define RT2661_MGT_OACTIVE (1 << 4)
+#define RT2661_DATA_OACTIVE (1 << 5)
int sc_tx_timer;