Skip to content

Commit 214589b

Browse files
committed
nrf_wifi : Update Wi-Fi FW blobs and shared header file
Update firmware binaries and RPU shared header to control over TWT setup request timeout through kconfig option. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent cedf9e6 commit 214589b

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

fw_if/umac_if/inc/fw/host_rpu_umac_if.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2416,6 +2416,10 @@ struct nrf_wifi_umac_config_twt_info {
24162416
unsigned char twt_resp_status;
24172417
/** TWT early wake duration */
24182418
unsigned int twt_wake_ahead_duration;
2419+
/** Timeout value (in milliseconds) used by the RPU to send TWT requests
2420+
* to the AP before receiving a TWT response from the AP.
2421+
*/
2422+
unsigned int twt_req_timeout;
24192423
} __NRF_WIFI_PKD;
24202424

24212425
/**

fw_if/umac_if/inc/fw/patch_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct nrf70_fw_image_info {
6262
#define RPU_FAMILY (1)
6363
#define RPU_MAJOR_VERSION (2)
6464
#define RPU_MINOR_VERSION (14)
65-
#define RPU_PATCH_VERSION (2)
65+
#define RPU_PATCH_VERSION (3)
6666

6767
/**
6868
* @}

zephyr/module.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,52 @@
1-
# Auto-generated file, do not edit, use update_wifi_fw.py to update
1+
# Generated from commit: ddc758590957d45e758cb8857f812f6706aeb72b
2+
# Auto-generated file, do not edit, use update_blobs.py to update
23
name: nrf_wifi
34
build:
45
cmake-ext: True
56
kconfig-ext: True
67
blobs:
78

89
- path: wifi_fw_bins/default/nrf70.bin
9-
sha256: 3ea889857d1590ff8c2ef4e3bfb3606acb8d1c2f845a09581ad27c7ec7b4e306
10+
sha256: 6c041b612d01f38d7b7fe8148dbeec4cfb04ddb2374bfcb573c5ee701fe08253
1011
type: img
11-
version: '2.14.2.1'
12+
version: '3.14.2.1'
1213
license-path: ./LICENSE.txt
13-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0e6ff4c030bbebdee9d7595914a7378a70b966b7/nrf_wifi/bin/zephyr/default/nrf70.bin
14+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ddc758590957d45e758cb8857f812f6706aeb72b/nrf_wifi/bin/zephyr/default/nrf70.bin
1415
description: nRF70 Wi-Fi firmware for default mode
1516
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
1617

1718
- path: wifi_fw_bins/scan_only/nrf70.bin
18-
sha256: 57a2688478ef45896bd0975d57fee4e67cd6024cdcebc9993cf6607c9f24bfb4
19+
sha256: fff0561a519e98ded34131ddb043131f810a573c64be0fbeb048eaa94b7127f8
1920
type: img
20-
version: '2.14.2.1'
21+
version: '3.14.2.1'
2122
license-path: ./LICENSE.txt
22-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0e6ff4c030bbebdee9d7595914a7378a70b966b7/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
23+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ddc758590957d45e758cb8857f812f6706aeb72b/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
2324
description: nRF70 Wi-Fi firmware for scan_only mode
2425
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
2526

2627
- path: wifi_fw_bins/radio_test/nrf70.bin
27-
sha256: 259a91e13f6f9fdc08bc892e4db398fbe3b982413dce34e74be825e8b5b4444d
28+
sha256: c6762b8b4bdf46be87d165ad8a2a1a8b55099966b0a865a527e7aa19d1493b90
2829
type: img
29-
version: '2.14.2.1'
30+
version: '3.14.2.1'
3031
license-path: ./LICENSE.txt
31-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0e6ff4c030bbebdee9d7595914a7378a70b966b7/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
32+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ddc758590957d45e758cb8857f812f6706aeb72b/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
3233
description: nRF70 Wi-Fi firmware for radio_test mode
3334
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
3435

3536
- path: wifi_fw_bins/system_with_raw/nrf70.bin
36-
sha256: 6de4300d0ebdaa910e2e9d92defc5e656825f9b2eddfdfc2c3d2b259e2c22053
37+
sha256: da032e51ebe85a2f3ebdaa856b8e4f1dce9c3d23b6e49f739ae3324ed7d79727
3738
type: img
38-
version: '2.14.2.1'
39+
version: '3.14.2.1'
3940
license-path: ./LICENSE.txt
40-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0e6ff4c030bbebdee9d7595914a7378a70b966b7/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
41+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ddc758590957d45e758cb8857f812f6706aeb72b/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
4142
description: nRF70 Wi-Fi firmware for system_with_raw mode
4243
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
4344

4445
- path: wifi_fw_bins/offloaded_raw_tx/nrf70.bin
45-
sha256: 2a42e24eef2ff5096edfa37e57f2340ac152ee89780fa3bf1f598a4c8460e0f7
46+
sha256: 14c4c22438247cc8952b493aa55ac9109b6d94cb16814be6653955ab7b22cca0
4647
type: img
47-
version: '2.14.2.1'
48+
version: '3.14.2.1'
4849
license-path: ./LICENSE.txt
49-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0e6ff4c030bbebdee9d7595914a7378a70b966b7/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
50+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ddc758590957d45e758cb8857f812f6706aeb72b/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
5051
description: nRF70 Wi-Fi firmware for offloaded_raw_tx mode
5152
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

0 commit comments

Comments
 (0)