summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/src/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/src/rx.c')
-rw-r--r--cesar/hal/phy/src/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/hal/phy/src/rx.c b/cesar/hal/phy/src/rx.c
index 3a308a9e9a..5c202a5251 100644
--- a/cesar/hal/phy/src/rx.c
+++ b/cesar/hal/phy/src/rx.c
@@ -70,7 +70,7 @@ phy_rx_prepare (phy_t *ctx, bool short_ppdu, phy_mod_t mod,
{
PHY_DSPSS_RX_PARAM = BF_FILL (PHY_DSPSS_RX_PARAM,
(FC_MODE, ctx->rx_fc_mode),
- (SHORT_PPDU, 1))
+ (LONG_PPDU, 1))
| PHY_DSPSS_RX_PARAM__DEFAULT;
}
else