summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/maximus/src
diff options
context:
space:
mode:
authorschodet2009-09-24 09:29:53 +0000
committerschodet2009-09-24 09:29:53 +0000
commite20ae3ce37daabb8bad5598ba80bc5a077125e2f (patch)
tree70fee820dcec2c447b74e88ab231cd260efcd36f /cesar/hal/phy/maximus/src
parent8f192772c5b05fe39fb40697f49f8adf0643f3f9 (diff)
* hal/phy, mac/pbproc:
- added date to phy_tx_fc10 in order to add anticipation to FC 1.0 preparation. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5724 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/maximus/src')
-rw-r--r--cesar/hal/phy/maximus/src/maximus_phy_ctrl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c b/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
index 3c64858a28..a8c4fa62ba 100644
--- a/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
+++ b/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
@@ -2339,12 +2339,13 @@ phy_clock_get_zero_cross_captured_sysdate (phy_t *ctx)
/**
* Start Homeplug 1.0 frame control encoding.
* \param ctx phy context
+ * \param date hardware date when the transmission should begin
* \param fc_10 Homeplug 1.0 frame control
* set errno to:
* - EINVAL if ctx is null
*/
void
-phy_tx_fc10 (phy_t *ctx, u32 fc_10)
+phy_tx_fc10 (phy_t *ctx, u32 date, u32 fc_10)
{
/* If PRP is won (i.e. no more prior access is detected),
* PBP calls this function for HP 1.0 FC encoding