# HG changeset patch # User Mychaela Falconia # Date 1459129914 0 # Node ID 549dc74942a0b2d303168bbcf09d565d2dcf726f # Parent c075c55067ebd267a0164b341ae89c762abb6b64 l1_ctl.h: IL_FOR_RXLEV_SNR (added earlier from LoCosto) changed to TCS211 value diff -r c075c55067eb -r 549dc74942a0 chipsetsw/layer1/include/l1_ctl.h --- a/chipsetsw/layer1/include/l1_ctl.h Sun Mar 27 20:22:24 2016 +0000 +++ b/chipsetsw/layer1/include/l1_ctl.h Mon Mar 28 01:51:54 2016 +0000 @@ -22,8 +22,13 @@ * FreeCalypso Frankenstein: the following definition has been added * from LoCosto version of this file, as it is used by l1_cmplx.c * fairly extensively. + * + * Disassembly-matching reconstruction has revealed that the constant + * in question was originally 210 in the TCS211 version, and then + * increased to 220 in the LoCosto source. We currently seek to match + * TCS211 without any changes, hence we are setting it back to 210. */ -#define IL_FOR_RXLEV_SNR 220 // RX POWER LEVEL //increased from 210 to 220 +#define IL_FOR_RXLEV_SNR 210 // RX POWER LEVEL /************************************/ /* Automatic Gain Control (AGC) */