Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev #9a0cb4241ff
Browse files Browse the repository at this point in the history
i
UMAC:
      Updated the rpu path version to 1.2.10.21.
      [SHEL-2690]: Added provision for disconnection timeout
                   value from host.
LMAC:
      [NRF7X-150]: MQTT disconnection issues.
      [NRF7X-157]: Wi-Fi disconnections and instability issues.
      [NRF7X-178]: Wi-Fi always active.
      [SHEL-2690]: Beacon wait timer is reduced to 20ms in DTIM wakeup.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Apr 18, 2024
1 parent c8ac549 commit a357d58
Show file tree
Hide file tree
Showing 6 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.
2 changes: 1 addition & 1 deletion nrf_wifi/fw_if/umac_if/inc/fw/lmac_if_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define SLEEP_DISABLE 0
#define HW_DELAY 7300
#define SW_DELAY 5000
#define BCN_TIMEOUT 40000
#define BCN_TIMEOUT 20000
#define CALIB_SLEEP_CLOCK_ENABLE 1

#define ACTIVE_SCAN_DURATION 50
Expand Down
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 (1)
#define RPU_PATCH_VERSION (21)

#endif /* _PATCH_INFO_H */

0 comments on commit a357d58

Please sign in to comment.