summaryrefslogtreecommitdiff
path: root/cesar/mac/common/tonemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/common/tonemap.h')
-rw-r--r--cesar/mac/common/tonemap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cesar/mac/common/tonemap.h b/cesar/mac/common/tonemap.h
index e992ea6485..537e3596e1 100644
--- a/cesar/mac/common/tonemap.h
+++ b/cesar/mac/common/tonemap.h
@@ -149,9 +149,6 @@ typedef struct tonemap_intervals_t tonemap_intervals_t;
/** Define a tone map. */
struct tonemap_t
{
- /** Does interval rules must be strictly enforced for this tone map. Non
- * strict can be used if phy rate at the FEC input is less than 15Mbps. */
- bool strict;
/** Can be used in the contention period. */
bool cpf;
/** FEC type, 1/2 or 16/21. */
@@ -167,6 +164,8 @@ struct tonemap_t
uint bits_per_symbol;
/** Number of bits per PB. */
uint bits_per_pb[PHY_PB_SIZE_NONE];
+ /** Data length of a frame with one PB. */
+ uint one_pb_data_tck;
/** Phy parameters (modulation, FEC rate, PB size). */
u32 phy_combo_params[PHY_PB_SIZE_NONE];
/** Number of TCC half iterations for PB 520. */