Skip to content

Commit 54104a7

Browse files
karun2796rado17
authored andcommitted
nrf_wifi : Update Wi-Fi FW blobs and shared header file
Update firmware binaries and RPU shared header for suppressing 11b rates in the P2P probe requests. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent c62d3dc commit 54104a7

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

fw_if/umac_if/inc/fw/host_rpu_umac_if.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,8 @@ struct nrf_wifi_scan_params {
720720
unsigned short num_scan_channels;
721721
/** If true, skip local and IANA Unicast reserved MACs **/
722722
unsigned char skip_local_admin_macs;
723+
/** If true, indicated that its's a P2P scan **/
724+
unsigned char p2p_scan;
723725
/** specific channels to be scanned */
724726
unsigned int center_frequency[0];
725727
} __NRF_WIFI_PKD;

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 (4)
65+
#define RPU_PATCH_VERSION (5)
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: 8f3c1e8d91a8c5f53301cf82d9ece4facc63e633
1+
# Generated from PR #1930 (commit: af5b8eb6f23b867e9adebc564cd8257e122ff779)
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: a75865e8b1c0ed34754de65c41513eeee299f2e8ef49246bd671497b3bb71368
10+
sha256: 399600f4e46670da09a95d884cde3a26e00682e64825d837241943151e6650cd
1111
type: img
12-
version: '1.2.14.4'
12+
version: '1.2.14.5'
1313
license-path: ./LICENSE.txt
14-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/8f3c1e8d91a8c5f53301cf82d9ece4facc63e633/nrf_wifi/bin/zephyr/default/nrf70.bin
14+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/af5b8eb6f23b867e9adebc564cd8257e122ff779/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: d0d6b685f38d13b5cbbadb0e8e8fb82d1bf43a2670ee31b34117d3e5913555e1
19+
sha256: 9c4e18c8ad0cb9c2d1be25968c12835303d18bf2d601e451b0a108717a4aa314
2020
type: img
21-
version: '1.2.14.4'
21+
version: '1.2.14.5'
2222
license-path: ./LICENSE.txt
23-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/8f3c1e8d91a8c5f53301cf82d9ece4facc63e633/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
23+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/af5b8eb6f23b867e9adebc564cd8257e122ff779/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: 333b4ebda45b235637968c8faaeacaca769f6c298ea4fcc704edc9702ea1af63
28+
sha256: ec0a847885aa7a75f58d0857b9612b196792da5e2e5f68362d5e019cf9212a8a
2929
type: img
30-
version: '1.2.14.4'
30+
version: '1.2.14.5'
3131
license-path: ./LICENSE.txt
32-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/8f3c1e8d91a8c5f53301cf82d9ece4facc63e633/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
32+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/af5b8eb6f23b867e9adebc564cd8257e122ff779/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: dbf8716654fb66bb5618779760f73e2ece3415eb831c7b72417b5cb65c0ce136
37+
sha256: dbfb77ac7d1524c33cfab9fb818e0353296666c7db57150a323f3222e65f40bb
3838
type: img
39-
version: '1.2.14.4'
39+
version: '1.2.14.5'
4040
license-path: ./LICENSE.txt
41-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/8f3c1e8d91a8c5f53301cf82d9ece4facc63e633/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
41+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/af5b8eb6f23b867e9adebc564cd8257e122ff779/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: 8a544bd70de5b4904790aa69a479235ec570470aa6ac4fd558b2233cfe895ac8
46+
sha256: 4b15de2e067a9442df750c172775a7482e83fc852c660a2db37284d87f1d85e0
4747
type: img
48-
version: '1.2.14.4'
48+
version: '1.2.14.5'
4949
license-path: ./LICENSE.txt
50-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/8f3c1e8d91a8c5f53301cf82d9ece4facc63e633/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
50+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/af5b8eb6f23b867e9adebc564cd8257e122ff779/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)