Skip to content

Commit c6ad2d6

Browse files
krish2718jfischer-no
authored andcommitted
drivers: wifi: Store TX power ceiling parameters for radio test
Even though we don't send the TX power ceiling parameters to RPU, we still need to store it for internal usage e.g., preparing RF parameters. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent b03e37c commit c6ad2d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/wifi/nrf700x/src/fmac_main.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ enum nrf_wifi_status nrf_wifi_fmac_dev_add_zep(struct nrf_wifi_drv_priv_zep *drv
575575
NRF_WIFI_DEF_PHY_CALIB,
576576
op_band,
577577
IS_ENABLED(CONFIG_NRF_WIFI_BEAMFORMING),
578-
&tx_pwr_ctrl_params);
578+
&tx_pwr_ctrl_params,
579+
&tx_pwr_ceil_params);
579580
#else
580581
status = nrf_wifi_fmac_dev_init(rpu_ctx_zep->rpu_ctx,
581582
#ifdef CONFIG_NRF_WIFI_LOW_POWER

0 commit comments

Comments
 (0)