diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-18 06:05:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-18 06:05:22 +0000 |
commit | 039a304529d6f63bed86bf9bdf1df132b27ba226 (patch) | |
tree | 6009deff2a28b872c467daae8c1d68d607d15efa /sys/dev/ic/rt2661var.h | |
parent | 1410e7c721e01c6203518387c9abe717c3f98c21 (diff) |
Fix firmware loading at startup (and resume); from Tim van der Molen
based on discussion with damien; tested by others on the lists
Diffstat (limited to 'sys/dev/ic/rt2661var.h')
-rw-r--r-- | sys/dev/ic/rt2661var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rt2661var.h b/sys/dev/ic/rt2661var.h index a2f4be57ced..e2d061202f6 100644 --- a/sys/dev/ic/rt2661var.h +++ b/sys/dev/ic/rt2661var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661var.h,v 1.13 2010/09/07 16:21:42 deraadt Exp $ */ +/* $OpenBSD: rt2661var.h,v 1.14 2011/03/18 06:05:21 deraadt Exp $ */ /*- * Copyright (c) 2006 @@ -110,6 +110,7 @@ struct rt2661_softc { #define RT2661_ENABLED (1 << 0) #define RT2661_UPDATE_SLOT (1 << 1) #define RT2661_SET_SLOTTIME (1 << 2) +#define RT2661_FWLOADED (1 << 3) int sc_tx_timer; |