Skip to content

Commit 2a80626

Browse files
karun2796rlubos
authored andcommitted
drivers: wifi: Update RPU patch to release/v2.6 rev#e53bea46311
RPU patch version update from 1.2.10.6 to 1.2.10.7. Enable watchdog in cold boot and pulled fixes from wezen related ack processing. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent 288c137 commit 2a80626

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

nrf_wifi/fw_bins/default/nrf70.bin

336 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

nrf_wifi/fw_if/umac_if/inc/fw/lmac_if_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define RPU_MEM_LMAC_VER 0xB7000D54
2020

2121
#define RPU_MEM_LMAC_PATCH_BIN 0x80044000
22-
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004B400
22+
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004BC00
2323

2424
#define NRF_WIFI_LMAC_VER(ver) ((ver & 0xFF000000) >> 24)
2525
#define NRF_WIFI_LMAC_VER_MAJ(ver) ((ver & 0x00FF0000) >> 16)

nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h

Lines changed: 1 addition & 1 deletion
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 (6)
60+
#define RPU_PATCH_VERSION (7)
6161

6262
#endif /* _PATCH_INFO_H */

0 commit comments

Comments
 (0)