Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev#5e345990e0e
Browse files Browse the repository at this point in the history
[SHEL-2800]: PCB loss provided from KConfig parameters is further used
in computing RSSI.
[SHEL-2673] : Patch to fix EVM degradation observed in CSP testing.
[SHEL-2440] : PLL lock check and recovery function where we turn off
LODIVLDO for 1 msec if PLL is not locked.
[SHEL-2772] : Change the 40 degrees threshold in Temperature
dependent settings to 50 degrees.
[SHEL-2583]: Fix for Low power observed in RF characterization testing.
[SHEL-2586]: Channel switch function removed as part of startTxPacket()
in rfTest application.
[SHEL-2730]: Fix for flushing UMAC command buffer when Sleep is enabled
in rfTest application.

Signed-off-by: Praveen Kankipati <[email protected]>
  • Loading branch information
kspraveeen authored and anangl committed Jun 6, 2024
1 parent 5250a98 commit 35461fb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
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: 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 (27)
#define RPU_PATCH_VERSION (28)

#endif /* _PATCH_INFO_H */

0 comments on commit 35461fb

Please sign in to comment.