Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev#8fe7ff0425f
Browse files Browse the repository at this point in the history
UMAC:
     Updated the rpu path version to 1.2.10.4.
     Removed unused structure in sys init structure.
LMAC:
     Minor Bug fix.

Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
  • Loading branch information
karun2796 authored and cvinayak committed Apr 22, 2024
1 parent 1f96144 commit 9adb63b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
Binary file modified nrf_wifi/fw_bins/default/nrf70.bin
Binary file not shown.
Binary file modified nrf_wifi/fw_bins/radio_test/nrf70.bin
Binary file not shown.
Binary file modified nrf_wifi/fw_bins/scan_only/nrf70.bin
Binary file not shown.
2 changes: 0 additions & 2 deletions nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,6 @@ struct nrf_wifi_cmd_sys_init {
unsigned char country_code[NRF_WIFI_COUNTRY_CODE_LEN];
/** Operating band see enum op_band */
unsigned int op_band;
/** System parameters provided for controlling the TX power */
struct nrf_wifi_tx_pwr_ctrl_params tx_pwr_ctrl_params;
/** Offload mgmt buffer refill to UMAC when enabled */
unsigned char mgmt_buff_offload;
/** Enable features from driver config */
Expand Down
2 changes: 1 addition & 1 deletion nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ struct nrf70_fw_image_info {
#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (10)
#define RPU_PATCH_VERSION (3)
#define RPU_PATCH_VERSION (4)

#endif /* _PATCH_INFO_H */
5 changes: 0 additions & 5 deletions nrf_wifi/fw_if/umac_if/src/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
&tx_pwr_ctrl_params->band_edge_2g_lo_dss,
NUM_EDGE_BACKOFF);

nrf_wifi_osal_mem_cpy(fmac_dev_ctx->fpriv->opriv,
&umac_cmd_data->tx_pwr_ctrl_params,
tx_pwr_ctrl_params,
sizeof(umac_cmd_data->tx_pwr_ctrl_params));

nrf_wifi_osal_mem_cpy(fmac_dev_ctx->fpriv->opriv,
umac_cmd_data->country_code,
CONFIG_NRF700X_REG_DOMAIN,
Expand Down

0 comments on commit 9adb63b

Please sign in to comment.