Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to failure UMAC commands
Browse files Browse the repository at this point in the history
UMAC:
    [SHEL-2504]:UMAC commands are providing status as failure.

Signed-off-by: Rakeswara Kummetha <rakeswara.kummetha@nordicsemi.no>
  • Loading branch information
rakeswar2001 committed Sep 27, 2024
1 parent 7591941 commit 7e233ee
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 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.
4 changes: 2 additions & 2 deletions nrf_wifi/fw_if/umac_if/inc/fw/lmac_if_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define RPU_MEM_LMAC_BOOT_SIG 0xB7000D50
#define RPU_MEM_LMAC_VER 0xB7000D54

#define RPU_MEM_LMAC_PATCH_BIN 0x80044000
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004B400
#define RPU_MEM_LMAC_PATCH_BIN 0x80043a80
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004Bc00

#define NRF_WIFI_LMAC_VER(ver) ((ver & 0xFF000000) >> 24)
#define NRF_WIFI_LMAC_VER_MAJ(ver) ((ver & 0x00FF0000) >> 16)
Expand Down

0 comments on commit 7e233ee

Please sign in to comment.