diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2007-12-07 21:23:15 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2007-12-07 21:23:15 +0000 |
commit | 49ff01f0dc55da8fc0a240405983cf26512be7b9 (patch) | |
tree | 32a8820abe9ca5e6ce011cad05fa17df194bfb0b /sys/dev/ic/rt2860var.h | |
parent | 2acb2dd363fa92fc1a4ce4b36e50d81b2e93dfda (diff) |
LEDs
Diffstat (limited to 'sys/dev/ic/rt2860var.h')
-rw-r--r-- | sys/dev/ic/rt2860var.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/rt2860var.h b/sys/dev/ic/rt2860var.h index 42705a14157..121383e482e 100644 --- a/sys/dev/ic/rt2860var.h +++ b/sys/dev/ic/rt2860var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2860var.h,v 1.4 2007/12/07 19:37:04 damien Exp $ */ +/* $OpenBSD: rt2860var.h,v 1.5 2007/12/07 21:23:14 damien Exp $ */ /*- * Copyright (c) 2007 @@ -152,6 +152,8 @@ struct rt2860_softc { uint8_t reg; uint8_t val; } bbp[8]; + uint8_t leds; + uint16_t led[3]; uint32_t txpow20mhz[5]; uint32_t txpow40mhz_2ghz[5]; uint32_t txpow40mhz_5ghz[5]; |