summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/src/aclf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/aclf/src/aclf.c')
-rw-r--r--cesar/bsu/aclf/src/aclf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cesar/bsu/aclf/src/aclf.c b/cesar/bsu/aclf/src/aclf.c
index b4af1bda59..b873e06c1c 100644
--- a/cesar/bsu/aclf/src/aclf.c
+++ b/cesar/bsu/aclf/src/aclf.c
@@ -141,7 +141,6 @@ bsu_aclf_ac_compute_beacon_period_start_date (bsu_aclf_t *ctx)
{
dbg_assert (ctx);
uint i;
- u32 bts;
int bto;
uint bpsd_delay_tck = MAC_MS_TO_TCK (ctx->bpsd_delay_ms);
dbg_assert (bpsd_delay_tck <= ctx->beacon_period_theo_tck / 2);
@@ -188,7 +187,6 @@ bsu_aclf_ac_compute_beacon_period_start_date (bsu_aclf_t *ctx)
}
/* Compute the BTO using the theoretical beacon period value.
* BTO is computed from bpsd[1]. */
- bts = ctx->bpsd[1];
for (i = 0; i < HPAV_BEACON_BTO_NB; i++)
{
bto = ctx->bpsd[i+2] - ctx->bpsd[i+1] - ctx->beacon_period_theo_tck;