Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev#11df71029cc
Browse files Browse the repository at this point in the history
UMAC:
         Updated RPU patch version to 1.2.10.22 and
         Removed unused nrf_wifi_tx_pwr_ctrl_params structure in
         sys_init structure.
LMAC:
         Separate patch changes for Raw modes.

Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
  • Loading branch information
karun2796 authored and rlubos committed Apr 25, 2024
1 parent 0c45b8e commit 08024cd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 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.
Binary file modified nrf_wifi/fw_bins/system_with_raw/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 @@ -58,6 +58,6 @@ struct nrf70_fw_image_info {
#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (10)
#define RPU_PATCH_VERSION (21)
#define RPU_PATCH_VERSION (22)

#endif /* _PATCH_INFO_H */

0 comments on commit 08024cd

Please sign in to comment.