Skip to content

Commit

Permalink
main: Store TX power ceiling parameters for radio test
Browse files Browse the repository at this point in the history
we don't send the TX power ceiling parameters to RPU, we
still need to store it for internal usage.

Signed-off-by: Kapil Bhatt <[email protected]>
  • Loading branch information
kapbh committed Mar 14, 2024
1 parent db75cd2 commit cd81eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ nrf_wifi_fmac_dev_init_lnx(struct nrf_wifi_ctx_lnx *rpu_ctx_lnx)
#endif /* CONFIG_NRF_WIFI_LOW_POWER */
NRF_WIFI_DEF_PHY_CALIB, op_band,
CONFIG_NRF_WIFI_BEAMFORMING,
&tx_pwr_ctrl_params);
&tx_pwr_ctrl_params,
&tx_pwr_ceil_params);
#endif /* !CONFIG_NRF700X_RADIO_TEST */
if (status != NRF_WIFI_STATUS_SUCCESS) {
pr_err("%s: nrf_wifi_fmac_dev_init failed\n", __func__);
Expand Down

0 comments on commit cd81eb6

Please sign in to comment.