From 9d16c0565ffd2378993218735f2781fb1d9f8011 Mon Sep 17 00:00:00 2001 From: Karun Kumar Eagalapati Date: Tue, 17 Dec 2024 17:17:40 +0530 Subject: [PATCH] nrf_wifi : Update Wi-Fi FW blobs Pull the latest firmware fixes and shared header file changes. Signed-off-by: Karun Kumar Eagalapati --- fw_if/umac_if/inc/fw/host_rpu_sys_if.h | 4 ++++ fw_if/umac_if/inc/fw/patch_info.h | 2 +- zephyr/module.yml | 24 ++++++++++++------------ 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/fw_if/umac_if/inc/fw/host_rpu_sys_if.h b/fw_if/umac_if/inc/fw/host_rpu_sys_if.h index c37c369..255af36 100644 --- a/fw_if/umac_if/inc/fw/host_rpu_sys_if.h +++ b/fw_if/umac_if/inc/fw/host_rpu_sys_if.h @@ -953,6 +953,10 @@ struct nrf_wifi_cmd_sys_init { * If this value is greater than 0, it overrides the default limits. */ unsigned int display_scan_bss_limit; + /** The RPU uses this value to enable/disable priority window for Wi-Fi scan + * in the case of coexistence with Short Range radio. + */ + unsigned int coex_disable_ptiwin_for_wifi_scan; } __NRF_WIFI_PKD; /** diff --git a/fw_if/umac_if/inc/fw/patch_info.h b/fw_if/umac_if/inc/fw/patch_info.h index 27c0b65..96860e8 100644 --- a/fw_if/umac_if/inc/fw/patch_info.h +++ b/fw_if/umac_if/inc/fw/patch_info.h @@ -62,7 +62,7 @@ struct nrf70_fw_image_info { #define RPU_FAMILY (1) #define RPU_MAJOR_VERSION (2) #define RPU_MINOR_VERSION (13) -#define RPU_PATCH_VERSION (0) +#define RPU_PATCH_VERSION (21) /** * @} diff --git a/zephyr/module.yml b/zephyr/module.yml index 14041f7..c0e13dc 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -6,37 +6,37 @@ build: blobs: - path: wifi_fw_bins/default/nrf70.bin - sha256: 48b458813c8ef368f64931cb845a7e7d0281091e82c51cd3589f75104ea08cdb + sha256: f3c80ba026db555984d381cc152c2fa03b3bdf7f6262c249c091ead5d234f24d type: img version: '1.0.0' license-path: ./LICENSE.txt - url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/bin/zephyr/default/nrf70.bin + url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/bin/zephyr/default/nrf70.bin description: nRF70 Wi-Fi firmware for default mode - doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/doc + doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/doc - path: wifi_fw_bins/scan_only/nrf70.bin - sha256: 68d88d1008c7b6e2dc5edd25d25564e49d267c1e85f54ada0dd5a08aa905c48b + sha256: d0e4b2c299e28c94680a6ac0b6549878b838cf59748fb54de168c84e8eb9ef52 type: img version: '1.0.0' license-path: ./LICENSE.txt - url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/bin/zephyr/scan_only/nrf70.bin + url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/bin/zephyr/scan_only/nrf70.bin description: nRF70 Wi-Fi firmware for scan_only mode - doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/doc + doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/doc - path: wifi_fw_bins/radio_test/nrf70.bin - sha256: 4a86dafef27588ea9af0ea09fab11e736147175e9215ed29ea254ac18676b394 + sha256: c8b2dc6b43c89199bad8832940df464036a17f6b5f27f77e29b0a2bc5a600ddf type: img version: '1.0.0' license-path: ./LICENSE.txt - url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/bin/zephyr/radio_test/nrf70.bin + url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/bin/zephyr/radio_test/nrf70.bin description: nRF70 Wi-Fi firmware for radio_test mode - doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/doc + doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/doc - path: wifi_fw_bins/system_with_raw/nrf70.bin - sha256: 0a3311ac56eccb466134e0a5f5a0c5c5faeb29cc2e7144ce98754e7c3295338f + sha256: e66323e061d1a69c50e065a72307f4bd0b6f15c3bbe577c7bc3a30b53752f826 type: img version: '1.0.0' license-path: ./LICENSE.txt - url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin + url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin description: nRF70 Wi-Fi firmware for system_with_raw mode - doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/7f2302474f792e9fcb62f3049d9c7bb720cb5a3a/nrf_wifi/doc + doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/71b69ff69269cb8cf3641758176986e85eb843fd/nrf_wifi/doc