summaryrefslogtreecommitdiff
path: root/cesar/mac/pbproc/src/fsm_tx_sound.c
diff options
context:
space:
mode:
authorschodet2009-12-22 16:14:49 +0000
committerschodet2009-12-22 16:14:49 +0000
commit8d292d3436612073c81d45f16d28adc1748049fe (patch)
tree18da4e3af78434e4fffd8c47321172bd417eda2e /cesar/mac/pbproc/src/fsm_tx_sound.c
parentb4b326474eb5767b53a78afe4bb2a79e59561df1 (diff)
cesar/hal/phy: phy_{tx_param,rx_prepare}* interface changes, closes #1007
This includes: - replace mod, fecrate and pb_size with a combo parameter ; - remove unused tonemap_index ; - use specialised short_ppdu functions. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6574 017c9cb6-072f-447c-8318-d5b54f68fe89
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, 1 insertions, 2 deletions
diff --git a/cesar/mac/pbproc/src/fsm_tx_sound.c b/cesar/mac/pbproc/src/fsm_tx_sound.c
index a168e8fb77..6ccf688c2a 100644
--- a/cesar/mac/pbproc/src/fsm_tx_sound.c
+++ b/cesar/mac/pbproc/src/fsm_tx_sound.c
@@ -39,8 +39,7 @@ 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.mod, ctx->prep_mpdu.fecrate,
- ctx->prep_mpdu.pb_size, ctx->prep_mpdu.gil);
+ ctx->prep_mpdu.phy_combo_params, ctx->prep_mpdu.gil);
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);