Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev #9a0cb4241ff
Browse files Browse the repository at this point in the history
UMAC:
     Updated RPU patch version to 1.2.10.21 and
     reserved versions 2 to 20 for bug fix releases.
     [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 reduced to 20ms in DTIM wakeup.

Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
  • Loading branch information
karun2796 authored and cvinayak committed Apr 22, 2024
1 parent 86656c3 commit 32a2b1a
Show file tree
Hide file tree
Showing 7 changed files with 6 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: 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/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 32a2b1a

Please sign in to comment.