Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev#3fa8ab52fae
Browse files Browse the repository at this point in the history
UMAC:
     Updated the rpu path version to 1.2.10.3.
     [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.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Apr 16, 2024
1 parent 4425e78 commit 2d7b4fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions 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.
4 changes: 4 additions & 0 deletions nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,10 @@ struct nrf_wifi_cmd_sys_init {
* If a user wishes to turn it off, they should set this parameter to 1.
*/
unsigned int disable_beamforming;
/** The RPU uses this value (in seconds) to decide how long to wait
* without receiving beacons before disconnection.
*/
unsigned int discon_timeout;
} __NRF_WIFI_PKD;

/**
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 @@ -57,6 +57,6 @@ struct nrf70_fw_image_info {
#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (10)
#define RPU_PATCH_VERSION (2)
#define RPU_PATCH_VERSION (3)

#endif /* _PATCH_INFO_H */

0 comments on commit 2d7b4fb

Please sign in to comment.