Skip to content

Commit 7fec229

Browse files
committed
nrf_wifi: Update RPU patch to failure UMAC commands
UMAC: [SHEL-2504]:UMAC commands are providing status as failure. Signed-off-by: Rakeswara Kummetha <[email protected]>
1 parent 9657753 commit 7fec229

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

nrf_wifi/fw_bins/default/nrf70.bin

3.13 KB
Binary file not shown.
1.14 KB
Binary file not shown.
2.16 KB
Binary file not shown.
3.12 KB
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#define RPU_MEM_LMAC_BOOT_SIG 0xB7000D50
2222
#define RPU_MEM_LMAC_VER 0xB7000D54
2323

24-
#define RPU_MEM_LMAC_PATCH_BIN 0x80044000
25-
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004B400
24+
#define RPU_MEM_LMAC_PATCH_BIN 0x80043a80
25+
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004Bc00
2626

2727
#define NRF_WIFI_LMAC_VER(ver) ((ver & 0xFF000000) >> 24)
2828
#define NRF_WIFI_LMAC_VER_MAJ(ver) ((ver & 0x00FF0000) >> 16)

0 commit comments

Comments
 (0)