Skip to content

Commit bfab058

Browse files
author
Ajay Parida
committed
Radio test rf params updation
First 42 bytes offset changes to 0. Signed-off-by: Ajay Parida <[email protected]>
1 parent 8ce9586 commit bfab058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fw_if/umac_if/src/radio_test/fmac_cmd.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ enum nrf_wifi_status umac_cmd_rt_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx
5353

5454
if (rf_params_valid) {
5555
nrf_wifi_osal_mem_cpy(umac_cmd_data->sys_params.rf_params,
56+
#ifdef WIFI_NRF71
57+
rf_params->phy_params,
58+
#else
5659
rf_params,
60+
#endif /* WIFI_NRF71 */
5761
NRF_WIFI_RF_PARAMS_SIZE);
5862
}
5963

0 commit comments

Comments
 (0)