summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
Diffstat (limited to 'cesar')
-rw-r--r--cesar/hal/phy/maximus/src/maximus_phy_ctrl_cb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/hal/phy/maximus/src/maximus_phy_ctrl_cb.c b/cesar/hal/phy/maximus/src/maximus_phy_ctrl_cb.c
index 5f9cc792c4..ef873c9cf1 100644
--- a/cesar/hal/phy/maximus/src/maximus_phy_ctrl_cb.c
+++ b/cesar/hal/phy/maximus/src/maximus_phy_ctrl_cb.c
@@ -155,6 +155,9 @@ maximus_phy_tx_frame_cb (void *data)
maximus_phy_tx_frame_t *tx_frame_data = (maximus_phy_tx_frame_t*)data;
phy_t *ctx = tx_frame_data->ctx;
+ // reset next TX frame netclock message id
+ ctx->control.next_tx_param.tx_frame_netclock_id = 0;
+
dbg_assert_ptr(ctx);
dbg_assert_ptr(ctx->control.access_conf_cb);
dbg_assert_ptr(ctx->control.deferred_cb);
@@ -216,9 +219,6 @@ maximus_phy_tx_frame_cb (void *data)
}
/* END ticket #328 */
- // reset next TX frame netclock message id
- ctx->control.next_tx_param.tx_frame_netclock_id = 0;
-
/* Reset the slot count. */
maximus_phy_access_slot_count_reset(ctx);