summaryrefslogtreecommitdiff
path: root/cesar/maximus/stationtest/src/test_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus/stationtest/src/test_send.c')
-rw-r--r--cesar/maximus/stationtest/src/test_send.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cesar/maximus/stationtest/src/test_send.c b/cesar/maximus/stationtest/src/test_send.c
index e3f20c3c6b..f5017df4e4 100644
--- a/cesar/maximus/stationtest/src/test_send.c
+++ b/cesar/maximus/stationtest/src/test_send.c
@@ -40,9 +40,8 @@ bool phy_rx_fc_cb (void *user, u32 rx_date, const u32 *fc_av)
diag_write_string("=> phy_rx_fc_cb\n");
// When the FC is received, prepare RX
- phy_rx_prepare(ctx, short_ppdu, (phy_mod_t)mod,
- (phy_fecrate_t)fecrate, (phy_pb_size_t)pb_size, (phy_gil_t)gil,
- 0 /* tonemap_index */, 0 /* symbol_nb */);
+ phy_rx_prepare(ctx, PHY_COMBO_PARAMS (mod, fecrate, pb_size),
+ (phy_gil_t)gil, 0);
return true;
}