summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860var.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2010-04-06 16:41:55 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2010-04-06 16:41:55 +0000
commitb66b5e8e334073beee0ea60a7a5401bf8134868c (patch)
tree6a686b7c4be2483c6acf9bf7cdb2a6c0d6d5ae59 /sys/dev/ic/rt2860var.h
parentdb6f58553792a2518ccb4d251d823a01c9e175b2 (diff)
On RT3090 chips, read vendor RF settings from ROM and apply them.
Diffstat (limited to 'sys/dev/ic/rt2860var.h')
-rw-r--r--sys/dev/ic/rt2860var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2860var.h b/sys/dev/ic/rt2860var.h
index 8fccfd0366f..b2f5b239454 100644
--- a/sys/dev/ic/rt2860var.h
+++ b/sys/dev/ic/rt2860var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860var.h,v 1.15 2010/04/05 14:14:02 damien Exp $ */
+/* $OpenBSD: rt2860var.h,v 1.16 2010/04/06 16:41:54 damien Exp $ */
/*-
* Copyright (c) 2007
@@ -171,7 +171,7 @@ struct rt2860_softc {
struct {
uint8_t reg;
uint8_t val;
- } bbp[8];
+ } bbp[8], rf[10];
uint8_t leds;
uint16_t led[3];
uint32_t txpow20mhz[5];