summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/common
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-21 09:48:57 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 23:48:43 +0100
commitdea01c5393fc53b94d5d1d9ccbf98654f2105fda (patch)
treedabc342f12015507e4c3cf089b648e5363517003 /src/target/firmware/board/common
parent1327bbd6fd844c3bf7d25410bbe1579afd8d818c (diff)
Compal RFFE suport for Upplink (PA enable)
Diffstat (limited to 'src/target/firmware/board/common')
-rw-r--r--src/target/firmware/board/common/rffe_compal_dualband.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/firmware/board/common/rffe_compal_dualband.c b/src/target/firmware/board/common/rffe_compal_dualband.c
index b796c6f5..ddf7f933 100644
--- a/src/target/firmware/board/common/rffe_compal_dualband.c
+++ b/src/target/firmware/board/common/rffe_compal_dualband.c
@@ -31,6 +31,7 @@ void rffe_mode(enum gsm_band band, int tx)
tspact &= ~TRENA;
if (band == GSM_900)
tspact &= ~GSM_TXEN;
+ tspact |= PA_ENABLE; /* Dieter: TODO */
}
tsp_act_update(tspact);