Skip to content

Commit 9adb63b

Browse files
karun2796cvinayak
authored andcommitted
nrf_wifi: Update RPU patch to rev#8fe7ff0425f
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 <[email protected]>
1 parent 1f96144 commit 9adb63b

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
lines changed

Diff for: nrf_wifi/fw_bins/default/nrf70.bin

-160 Bytes
Binary file not shown.

Diff for: nrf_wifi/fw_bins/radio_test/nrf70.bin

-156 Bytes
Binary file not shown.

Diff for: nrf_wifi/fw_bins/scan_only/nrf70.bin

-156 Bytes
Binary file not shown.

Diff for: nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h

-2
Original file line numberDiff line numberDiff line change
@@ -860,8 +860,6 @@ struct nrf_wifi_cmd_sys_init {
860860
unsigned char country_code[NRF_WIFI_COUNTRY_CODE_LEN];
861861
/** Operating band see enum op_band */
862862
unsigned int op_band;
863-
/** System parameters provided for controlling the TX power */
864-
struct nrf_wifi_tx_pwr_ctrl_params tx_pwr_ctrl_params;
865863
/** Offload mgmt buffer refill to UMAC when enabled */
866864
unsigned char mgmt_buff_offload;
867865
/** Enable features from driver config */

Diff for: nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ struct nrf70_fw_image_info {
5757
#define RPU_FAMILY (1)
5858
#define RPU_MAJOR_VERSION (2)
5959
#define RPU_MINOR_VERSION (10)
60-
#define RPU_PATCH_VERSION (3)
60+
#define RPU_PATCH_VERSION (4)
6161

6262
#endif /* _PATCH_INFO_H */

Diff for: nrf_wifi/fw_if/umac_if/src/cmd.c

-5
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
186186
&tx_pwr_ctrl_params->band_edge_2g_lo_dss,
187187
NUM_EDGE_BACKOFF);
188188

189-
nrf_wifi_osal_mem_cpy(fmac_dev_ctx->fpriv->opriv,
190-
&umac_cmd_data->tx_pwr_ctrl_params,
191-
tx_pwr_ctrl_params,
192-
sizeof(umac_cmd_data->tx_pwr_ctrl_params));
193-
194189
nrf_wifi_osal_mem_cpy(fmac_dev_ctx->fpriv->opriv,
195190
umac_cmd_data->country_code,
196191
CONFIG_NRF700X_REG_DOMAIN,

0 commit comments

Comments
 (0)