summaryrefslogtreecommitdiff
path: root/cesar/mac/common
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/common')
-rw-r--r--cesar/mac/common/interval.h8
-rw-r--r--cesar/mac/common/src/interval.c2
2 files changed, 0 insertions, 10 deletions
diff --git a/cesar/mac/common/interval.h b/cesar/mac/common/interval.h
index 6ead825016..ef9d560be3 100644
--- a/cesar/mac/common/interval.h
+++ b/cesar/mac/common/interval.h
@@ -24,14 +24,6 @@ extern u8 mac_interval_fsm_count_;
/** Number of FSM repetition in the beacon period. */
extern u8 mac_interval_repetition_count_;
-/**
- * Measure shift tolerance. When a measure is considered to have the size of
- * an interval, the measure must not be too shifted from it's interval
- * position. The PPDU payload should start or end within MAC_TM_TOLERANCE_TCK
- * (µs) of the boundary.
- */
-extern u16 mac_interval_measure_shift_tolerance_;
-
BEGIN_DECLS
/**
diff --git a/cesar/mac/common/src/interval.c b/cesar/mac/common/src/interval.c
index 1aff6b75ea..b09c5bf60f 100644
--- a/cesar/mac/common/src/interval.c
+++ b/cesar/mac/common/src/interval.c
@@ -17,8 +17,6 @@
u8 mac_interval_fsm_count_ = 6;
u8 mac_interval_repetition_count_ = 4;
-u16 mac_interval_measure_shift_tolerance_ = MAC_TCK_TO_ATU (
- MAC_TM_TOLERANCE_TCK);
void
mac_interval_clear (tonemaps_t *tms)