summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/src/fsm_tx_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/pbproc/src/fsm_tx_sound.c')
-rw-r--r--cesar/mac/pbproc/src/fsm_tx_sound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/mac/pbproc/src/fsm_tx_sound.c b/cesar/mac/pbproc/src/fsm_tx_sound.c
index 4308b71749..fbcd7cb759 100644
--- a/cesar/mac/pbproc/src/fsm_tx_sound.c
+++ b/cesar/mac/pbproc/src/fsm_tx_sound.c
@@ -39,7 +39,8 @@ pbproc_ftso__handle (pbproc_t *ctx)
if (PHY_FC_MODE_IS_HYBRID (ctx->prep_mpdu.fc_mode))
phy_tx_fc10 (ctx->phy, ctx->prep_mpdu.tx_date, ctx->prep_mpdu.fc10);
phy_tx_param_sound (ctx->phy, ctx->prep_mpdu.fc_mode, 1,
- ctx->prep_mpdu.phy_combo_params, ctx->prep_mpdu.gil);
+ ctx->prep_mpdu.phy_combo_params, ctx->prep_mpdu.gil,
+ ctx->prep_mpdu.symb_nb);
bool prp = ctx->access.prp && !ctx->prep_mpdu.rts_cts;
phy_tx_frame (ctx->phy, ctx->prep_mpdu.tx_date, false, prp,
ctx->prep_mpdu.fc_av.words);