comparison chipsetsw/layer1/p_cfile/l1p_func.c @ 325:b410d2a64a59

l1p_func.c: l1ps_swap_iq_dl() reconstructed
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 04 Oct 2017 21:08:50 +0000
parents ebf40b5f448c
children 84ef3a68e832
comparison
equal deleted inserted replaced
324:ebf40b5f448c 325:b410d2a64a59
257 /* Functionality : */ 257 /* Functionality : */
258 /*-------------------------------------------------------*/ 258 /*-------------------------------------------------------*/
259 BOOL l1ps_swap_iq_dl(UWORD16 radio_freq) 259 BOOL l1ps_swap_iq_dl(UWORD16 radio_freq)
260 { 260 {
261 UWORD8 swap_iq; 261 UWORD8 swap_iq;
262 BOOL swap_flag=FALSE; //omaps00090550; 262 BOOL swap_flag;
263 263
264 #if (L1_FF_MULTIBAND == 0) 264 #if (L1_FF_MULTIBAND == 0)
265 265
266 if(((l1_config.std.id == DUAL) || (l1_config.std.id == DUALEXT) || (l1_config.std.id == DUAL_US)) && 266 if(((l1_config.std.id == DUAL) || (l1_config.std.id == DUALEXT) || (l1_config.std.id == DUAL_US)) &&
267 (radio_freq >= l1_config.std.first_radio_freq_band2)) 267 (radio_freq >= l1_config.std.first_radio_freq_band2))