Skip to content

Commit 1f96c91

Browse files
karun2796cvinayak
authored andcommitted
nrf_wifi: Update RPU patch to rev#00fe781f839
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. [SHEL-2690]: Beacon wait timer is reduced to 20ms in DTIM wakeup. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent 4425e78 commit 1f96c91

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

nrf_wifi/fw_bins/default/nrf70.bin

1.48 KB
Binary file not shown.
0 Bytes
Binary file not shown.
240 Bytes
Binary file not shown.

nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,10 @@ struct nrf_wifi_cmd_sys_init {
870870
* If a user wishes to turn it off, they should set this parameter to 1.
871871
*/
872872
unsigned int disable_beamforming;
873+
/** The RPU uses this value (in seconds) to decide how long to wait
874+
* without receiving beacons before disconnection.
875+
*/
876+
unsigned int discon_timeout;
873877
} __NRF_WIFI_PKD;
874878

875879
/**

nrf_wifi/fw_if/umac_if/inc/fw/lmac_if_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define SLEEP_DISABLE 0
4141
#define HW_DELAY 7300
4242
#define SW_DELAY 5000
43-
#define BCN_TIMEOUT 40000
43+
#define BCN_TIMEOUT 20000
4444
#define CALIB_SLEEP_CLOCK_ENABLE 1
4545

4646
#define ACTIVE_SCAN_DURATION 50

nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ struct nrf70_fw_image_info {
5757
#define RPU_FAMILY (1)
5858
#define RPU_MAJOR_VERSION (2)
5959
#define RPU_MINOR_VERSION (10)
60-
#define RPU_PATCH_VERSION (2)
60+
#define RPU_PATCH_VERSION (3)
6161

6262
#endif /* _PATCH_INFO_H */

0 commit comments

Comments
 (0)