summaryrefslogtreecommitdiff
path: root/cesar/mac/common
diff options
context:
space:
mode:
authorjutteau2011-01-04 09:52:04 +0100
committerjutteau2011-01-04 09:52:04 +0100
commit6ca61ab53d06c628ec845c86deb8a6f62a004096 (patch)
tree8fbe23e682989c387e4ea04cab8a4dfaed7f7b26 /cesar/mac/common
parent772a69ed0a5ef5ffbcbca561beceb2fa5bdfc053 (diff)
Revert "cesar/ce/rx/bl: store optimization tables, refs #1934"
This reverts commit 1dba59698130fdf6001e21104d33604cae627d61.
Diffstat (limited to 'cesar/mac/common')
-rw-r--r--cesar/mac/common/tonemap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cesar/mac/common/tonemap.h b/cesar/mac/common/tonemap.h
index df0fb85fd9..e992ea6485 100644
--- a/cesar/mac/common/tonemap.h
+++ b/cesar/mac/common/tonemap.h
@@ -192,12 +192,6 @@ struct tonemap_t
* loading algorithm).
*/
u64 ber_target_reached;
- /**
- * Index of the optimisation cursor in the optimisation table.
- * This data is only made for rx/bitloading purpose.
- * Each station has it's own optimisation table (an index table of
- * carriers) and each tone map has it's position in this table. */
- uint opti_table_cursor;
};
typedef struct tonemap_t tonemap_t;