From 8d292d3436612073c81d45f16d28adc1748049fe Mon Sep 17 00:00:00 2001 From: schodet Date: Tue, 22 Dec 2009 16:14:49 +0000 Subject: 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 --- cesar/mac/pbproc/src/fsm_tx_sound.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cesar/mac/pbproc/src/fsm_tx_sound.c') 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); -- cgit v1.2.3