summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860var.h
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-12-29 13:27:28 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-12-29 13:27:28 +0000
commit8267a6e17f31147b827f5e7d68974ccc56d5b35d (patch)
treebc16238e1908db8fe51db6f8de6c64489994b06a /sys/dev/ic/rt2860var.h
parent321e1a96e83c3a2e467573deb017d217f969d59a (diff)
move the 802.11 header out of the TXWI structure.
add some definitions for RT2870/RT3070.
Diffstat (limited to 'sys/dev/ic/rt2860var.h')
-rw-r--r--sys/dev/ic/rt2860var.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2860var.h b/sys/dev/ic/rt2860var.h
index 1b011fa4591..8c780364fcb 100644
--- a/sys/dev/ic/rt2860var.h
+++ b/sys/dev/ic/rt2860var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860var.h,v 1.10 2008/12/13 14:35:19 damien Exp $ */
+/* $OpenBSD: rt2860var.h,v 1.11 2008/12/29 13:27:27 damien Exp $ */
/*-
* Copyright (c) 2007
@@ -132,7 +132,7 @@ struct rt2860_softc {
struct rt2860_tx_data data[RT2860_TX_POOL_COUNT];
bus_dmamap_t txwi_map;
bus_dma_segment_t txwi_seg;
- struct rt2860_txwi *txwi;
+ caddr_t txwi_vaddr;
int sc_tx_timer;
int mgtqid;
@@ -150,6 +150,8 @@ struct rt2860_softc {
int8_t rssi_2ghz[3];
int8_t rssi_5ghz[3];
uint8_t lna[4];
+ uint8_t ext_2ghz_lna;
+ uint8_t ext_5ghz_lna;
uint8_t calib_2ghz;
uint8_t calib_5ghz;
uint8_t tssi_2ghz[9];