changeset 65:549dc74942a0

l1_ctl.h: IL_FOR_RXLEV_SNR (added earlier from LoCosto) changed to TCS211 value
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 28 Mar 2016 01:51:54 +0000
parents c075c55067eb
children 0633e0378176
files chipsetsw/layer1/include/l1_ctl.h
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)     */