Compal RFFE suport for Upplink (PA enable)
authorHarald Welte <laforge@gnumonks.org>
Sun, 21 Feb 2010 08:48:57 +0000 (09:48 +0100)
committerHarald Welte <laforge@gnumonks.org>
Mon, 1 Mar 2010 22:48:43 +0000 (23:48 +0100)
src/target/firmware/board/common/rffe_compal_dualband.c

index b796c6f..ddf7f93 100644 (file)
@@ -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);