From 1704fc0132d02239fa055eed33a5e7f345087472 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 7 Mar 2010 13:27:33 +0100 Subject: [PATCH] add FIXME's to RFFE --- src/target/firmware/board/common/rffe_compal_dualband.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/target/firmware/board/common/rffe_compal_dualband.c b/src/target/firmware/board/common/rffe_compal_dualband.c index 0c1b20f4c..bf472e1d7 100644 --- a/src/target/firmware/board/common/rffe_compal_dualband.c +++ b/src/target/firmware/board/common/rffe_compal_dualband.c @@ -64,10 +64,10 @@ uint8_t rffe_get_gain(void) * dBm8, configure the RF Frontend with the respective gain */ void rffe_set_gain(int16_t exp_inp, int16_t target_bb) { - + /* FIXME */ } void rffe_rx_win_ctrl(int16_t exp_inp, int16_t target_bb) { - + /* FIXME */ }