Skip to content

Commit d7cd141

Browse files
karun2796krish2718
authored andcommitted
nrf_wifi : Update Wi-Fi FW blobs
Update firmware binaries and RPU shared header for: 1. Fixes an issue in UMAC where valid P2P devices were filtered during a connect scan due to strict SSID length matching. 2. P2P NOA Bug Fix. 3. Linker issue fix in Raw modes. 4. LMAC BIMG offset change. 5. Enable QoS No-Ack policy for data packets. 6. RPU Version update from 1.2.14.6 to 1.2.14.7. 7. Fix wildcard scan filtering for WPS Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
1 parent 97c6751 commit d7cd141

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

fw_if/umac_if/inc/fw/host_rpu_data_if.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ struct nrf_wifi_umac_head {
7575
#define NRF_WIFI_TX_FLAGS_DSCP_TOS(x) (((x) << NRF_WIFI_TX_FLAGS_DSCP_TOS_SHIFT) & NRF_WIFI_TX_FLAGS_DSCP_TOS_MASK)
7676

7777
enum nrf_wifi_tx_flags {
78-
NRF_WIFI_TX_FLAG_TWT_EMERGENCY_TX = (1 << 31),
79-
NRF_WIFI_TX_FLAG_CHKSUM_AVAILABLE = (1 << 30),
78+
NRF_WIFI_TX_FLAG_TWT_EMERGENCY_TX = (1 << 31),
79+
NRF_WIFI_TX_FLAG_CHKSUM_AVAILABLE = (1 << 30),
80+
NRF_WIFI_TX_FLAG_QOS_CTL_ACK_POLICY_NOACK = (1 << 29)
8081
};
8182

8283
/**

fw_if/umac_if/inc/fw/lmac_if_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define RPU_MEM_LMAC_VER 0xB7000D54
2323

2424
#define RPU_MEM_LMAC_PATCH_BIN 0x80043A80
25-
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004BC00
25+
#define RPU_MEM_LMAC_PATCH_BIMG 0x8004Bbc0
2626

2727
#define NRF_WIFI_LMAC_VER(ver) ((ver & 0xFF000000) >> 24)
2828
#define NRF_WIFI_LMAC_VER_MAJ(ver) ((ver & 0x00FF0000) >> 16)

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 (6)
65+
#define RPU_PATCH_VERSION (7)
6666

6767
/**
6868
* @}

zephyr/module.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from commit: 57bbd5978323ef4b58400742f50b102eb7e1b691
1+
# Generated from PR #1963 (commit: fd5a6bee2eb441b8aa328b8dcf44619ff1d980d0)
22
# Auto-generated file, do not edit, use update_blobs.py to update
33
name: nrf_wifi
44
build:
@@ -7,46 +7,46 @@ build:
77
blobs:
88

99
- path: wifi_fw_bins/default/nrf70.bin
10-
sha256: b93930eb11d686805e876f04bd4b906d0dd7867d26cd421254c458af3daec16c
10+
sha256: f7663743ddf50eaf9a02e594d1e373ae5714df38487df4ca15efcd41aa0a8977
1111
type: img
12-
version: '1.2.14.6'
12+
version: '1.2.14.7'
1313
license-path: ./LICENSE.txt
14-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/57bbd5978323ef4b58400742f50b102eb7e1b691/nrf_wifi/bin/zephyr/default/nrf70.bin
14+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/fd5a6bee2eb441b8aa328b8dcf44619ff1d980d0/nrf_wifi/bin/zephyr/default/nrf70.bin
1515
description: nRF70 Wi-Fi firmware for default mode
1616
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
1717

1818
- path: wifi_fw_bins/scan_only/nrf70.bin
19-
sha256: fe8e7045cff569ab811f8d2360f654fd8d53f865a2a7dc957444d94bb12d0779
19+
sha256: 29ed533cd47fd137325aa7e8f88b680fd0cb7d0f03d4041c45a8bc1e746d2882
2020
type: img
21-
version: '1.2.14.6'
21+
version: '1.2.14.7'
2222
license-path: ./LICENSE.txt
23-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/57bbd5978323ef4b58400742f50b102eb7e1b691/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
23+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/fd5a6bee2eb441b8aa328b8dcf44619ff1d980d0/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
2424
description: nRF70 Wi-Fi firmware for scan_only mode
2525
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
2626

2727
- path: wifi_fw_bins/radio_test/nrf70.bin
28-
sha256: 9d7c928562fb397a4d807df78be1da2ee2d65a6b4a1fa4413b4d6691b1d2a738
28+
sha256: e382b80f5c0e943ec80d3beaf663c76b59e6a9e27972efa89b6862efc9181590
2929
type: img
30-
version: '1.2.14.6'
30+
version: '1.2.14.7'
3131
license-path: ./LICENSE.txt
32-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/57bbd5978323ef4b58400742f50b102eb7e1b691/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
32+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/fd5a6bee2eb441b8aa328b8dcf44619ff1d980d0/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
3333
description: nRF70 Wi-Fi firmware for radio_test mode
3434
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
3535

3636
- path: wifi_fw_bins/system_with_raw/nrf70.bin
37-
sha256: 137f6edc98a27ef0a489f81b6b1dc19d665f318024ae0d2dc5adc566dc27ca12
37+
sha256: b2f38d5c62dbe6fa5a284a339f7072486c16f6f84040b7423b5f39baa9bd6880
3838
type: img
39-
version: '1.2.14.6'
39+
version: '1.2.14.7'
4040
license-path: ./LICENSE.txt
41-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/57bbd5978323ef4b58400742f50b102eb7e1b691/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
41+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/fd5a6bee2eb441b8aa328b8dcf44619ff1d980d0/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
4242
description: nRF70 Wi-Fi firmware for system_with_raw mode
4343
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
4444

4545
- path: wifi_fw_bins/offloaded_raw_tx/nrf70.bin
46-
sha256: 18dcb2d3be326f4dfaabf10407b70e8b357c6376e26941b1ee30971a7d39fc30
46+
sha256: 7237d47f9d0db71e77d701fad5a41f56dc1831eded72c692c03b6978dd97a308
4747
type: img
48-
version: '1.2.14.6'
48+
version: '1.2.14.7'
4949
license-path: ./LICENSE.txt
50-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/57bbd5978323ef4b58400742f50b102eb7e1b691/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
50+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/fd5a6bee2eb441b8aa328b8dcf44619ff1d980d0/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
5151
description: nRF70 Wi-Fi firmware for offloaded_raw_tx mode
5252
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

0 commit comments

Comments
 (0)