FreeCalypso > hg > tcs211-l1-reconst
diff chipsetsw/layer1/include/l1_proto.h @ 56:b7046f3475b6
l1_cmplx.c: Cust_get_agc_from_IL() function prototype restored to TCS211 way
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 27 Mar 2016 06:27:29 +0000 |
| parents | d63f8505bf0c |
| children |
line wrap: on
line diff
--- a/chipsetsw/layer1/include/l1_proto.h Sun Mar 27 05:21:36 2016 +0000 +++ b/chipsetsw/layer1/include/l1_proto.h Sun Mar 27 06:27:29 2016 +0000 @@ -513,15 +513,7 @@ //functions for customization void Cust_init_std (void); void Cust_init_params (void); -/* - * FreeCalypso Frankenstein: TCS211 version of Cust_get_agc_from_IL() - * takes 3 arguments, but LoCosto adds a fourth. The code in l1_cmplx.c - * makes 4-argument calls throughout. We'll add the fourth argument - * to the prototype here, even while we are using the original TCS211 - * l1_cust object where this function is implemented: passing an extra - * argument to a function that doesn't expect one is harmless. - */ -WORD8 Cust_get_agc_from_IL (UWORD16 radio_freq, UWORD16 agc_index, UWORD8 table_id,UWORD8 lna_off_val); +WORD8 Cust_get_agc_from_IL (UWORD16 radio_freq, UWORD16 agc_index, UWORD8 table_id); WORD8 l1ctl_encode_delta1 (UWORD16 radio_freq); WORD8 l1ctl_encode_delta2 (UWORD16 radio_freq); void Cust_get_ramp_tab (API *a_ramp, UWORD8 txpwr_ramp_up, UWORD8 txpwr_ramp_down, UWORD16 radio_freq);
