summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/aclf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/aclf/aclf.h')
-rw-r--r--cesar/bsu/aclf/aclf.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/cesar/bsu/aclf/aclf.h b/cesar/bsu/aclf/aclf.h
index 92dc58095e..b08b71194a 100644
--- a/cesar/bsu/aclf/aclf.h
+++ b/cesar/bsu/aclf/aclf.h
@@ -148,16 +148,14 @@ bsu_aclf_acl_frequency_detection (bsu_aclf_t *ctx);
* Compute the beacon period start date from the data contained in the
* beacon.
* \param ctx the module context.
- * \param bts_ntb the beacon time stamp in CCo's 25Mhz clock.
+ * \param bts_date the beacon time stamp in phy_date.
* \param bto the four BTO present in the beacon.
* \param bpsto the beacon period start time offset.
- * \param ntb_offset_tck the NTB tick offset.
*/
void
-bsu_aclf_compute_beacon_period_start_date (bsu_aclf_t *ctx, const u32 bts_ntb,
+bsu_aclf_compute_beacon_period_start_date (bsu_aclf_t *ctx, const u32 bts_date,
const s16 bto[HPAV_BEACON_BTO_NB],
- const u32 bpsto,
- u32 ntb_offset_tck);
+ const u32 bpsto);
/**
* Get the beacon period start time.