Skip to content

Commit 617c6e8

Browse files
imapakrish2718
authored andcommitted
nrf_wifi : Update to latest firmware
Pull the latest fixes to the Firmware. Signed-off-by: Mahammadyunus Patil <[email protected]> Signed-off-by: Murali Thokala <[email protected]>
1 parent b4cfd33 commit 617c6e8

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

drivers/nrf_wifi/hw_if/hal/inc/fw/phy_rf_params.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@
114114

115115

116116
/** Systematic error between set power and measured power in dBm */
117-
#define QFN_SYSTEM_OFFSET_LB 3
117+
#define QFN_DSSS_BKF 3
118+
#define QFN_OFDM_BKF 3
119+
#define QFN_SYSTEM_OFFSET_LB ( ( QFN_DSSS_BKF << 4 ) | QFN_OFDM_BKF )
118120
#define QFN_SYSTEM_OFFSET_HB_CHAN_LOW 3
119121
#define QFN_SYSTEM_OFFSET_HB_CHAN_MID 3
120122
#define QFN_SYSTEM_OFFSET_HB_CHAN_HIGH 3

zephyr/module.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,46 @@ build:
66
blobs:
77

88
- path: wifi_fw_bins/default/nrf70.bin
9-
sha256: f5a3d8d854fbf891cd2c2410f07952666f8a5aaf94017282c38b14c457cad27f
9+
sha256: 91940e719b53875a1f3ca5bcc228a279aad1f4844f394ed566ccf5b0b24812fd
1010
type: img
1111
version: '1.0.0'
1212
license-path: ./LICENSE.txt
13-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/bin/zephyr/default/nrf70.bin
13+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/bin/zephyr/default/nrf70.bin
1414
description: nRF70 Wi-Fi firmware for default mode
15-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/doc
15+
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/doc
1616

1717
- path: wifi_fw_bins/scan_only/nrf70.bin
18-
sha256: f2f44542f4273323f8ca69e6d74fea60e7a281e99d53252c6e7e5559b60acd0b
18+
sha256: 9ee9cf4819184f85447272c1a1f256071311c0dfc5cf854564306bc244d5dc38
1919
type: img
2020
version: '1.0.0'
2121
license-path: ./LICENSE.txt
22-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
22+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
2323
description: nRF70 Wi-Fi firmware for scan_only mode
24-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/doc
24+
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/doc
2525

2626
- path: wifi_fw_bins/radio_test/nrf70.bin
27-
sha256: 2a01219e3f07e5054b91b88f7cf8e6acd4e126a3b87e69ab83832eb3f7547790
27+
sha256: 3eab22bd027d8c2a4bc42b6098b0c0716dd72058b9f32c5c12b77d84e9f01fb1
2828
type: img
2929
version: '1.0.0'
3030
license-path: ./LICENSE.txt
31-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
31+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
3232
description: nRF70 Wi-Fi firmware for radio_test mode
33-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/doc
33+
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/doc
3434

3535
- path: wifi_fw_bins/system_with_raw/nrf70.bin
36-
sha256: a7425bfaca027967c79fc3142a243f5b536fc51c8bc4ca1d3b101f0da1d0d740
36+
sha256: 8827445216e759d697ea21a8408f03ddb4ca92da7bc55c1ead31053566bf0ada
3737
type: img
3838
version: '1.0.0'
3939
license-path: ./LICENSE.txt
40-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
40+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
4141
description: nRF70 Wi-Fi firmware for system_with_raw mode
42-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/nrf_wifi/doc
42+
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/nrf_wifi/doc
4343

4444
- path: suit/bin/suit_manifest_starter.hex
4545
sha256: b0291b69fd841d5ea1f5f8d0391813b83a667f17b70ffbfd59f96f8e38d860a1
4646
type: img
4747
version: '1.0.0'
4848
license-path: ./LICENSE.txt
49-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/suit/bin/suit_manifest_starter.hex
49+
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/suit/bin/suit_manifest_starter.hex
5050
description: nRF54H20 series SUIT manifest starter
51-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/789bfe4946b9dc80927ff9ab0a802cd8aba31388/suit/doc
51+
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4baac5152a0987703c28e1841a0a86c2ed1e5478/suit/doc

0 commit comments

Comments
 (0)