add FIXME's to RFFE

This commit is contained in:
Harald Welte 2010-03-07 13:27:33 +01:00
parent 279cc2e3d8
commit 1704fc0132
1 changed files with 2 additions and 2 deletions

View File

@ -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 */
}