summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athnvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/athnvar.h')
-rw-r--r--sys/dev/ic/athnvar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ic/athnvar.h b/sys/dev/ic/athnvar.h
index 5aeb288bf84..7bdd621e8a7 100644
--- a/sys/dev/ic/athnvar.h
+++ b/sys/dev/ic/athnvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athnvar.h,v 1.17 2010/06/21 19:54:28 damien Exp $ */
+/* $OpenBSD: athnvar.h,v 1.18 2010/06/22 19:44:22 damien Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -473,7 +473,9 @@ struct athn_softc {
/* PA predistortion. */
uint16_t gain1[AR_MAX_CHAINS];
uint32_t txgain[AR9003_TX_GAIN_TABLE_SIZE];
- uint32_t paprd[AR_MAX_CHAINS]
+ int16_t pa_in[AR_MAX_CHAINS]
+ [AR9003_PAPRD_MEM_TAB_SIZE];
+ int16_t angle[AR_MAX_CHAINS]
[AR9003_PAPRD_MEM_TAB_SIZE];
int32_t trainpow;
uint8_t paprd_curchain;