Skip to content

manifest: nrf_wifi: Pull soft HPQM and Rx buffer prog #90579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -934,3 +934,21 @@ config NRF_WIFI_DYNAMIC_ED
This option enables support for proprietary algorithm to
enhance performance in high-traffic channels.
endif # WIFI_NRF70

config WIFI_NRF71
bool "For nrf71 rx buffer and softhpqm support testing"
select EXPERIMENTAL
help
Enable to test RX buffer command & softhpqm support
if WIFI_NRF71
config NRF71_HOST_RX_BUF_CMD
bool "Sends command with host RX buffers to firmware"
help
Sends a command with host rx buffers to firmware.
Firmware does the programming of rx buffers as hardware
queues are not accessible to host in nrf71.
config NRF71_SOFT_HPQM
select EXPERIMENTAL
select NRF71_HOST_RX_BUF_CMD
bool "Soft HPQM support"
endif # WIFI_NRF71
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ manifest:
revision: 6e5961223f81aa2707c555db138819a5c1b7942c
path: modules/bsim_hw_models/nrf_hw_models
- name: nrf_wifi
revision: 7cb2f44f46dfc86e4f97477ee90022944e138dd8
revision: pull/52/head
path: modules/lib/nrf_wifi
- name: open-amp
revision: c30a6d8b92fcebdb797fc1a7698e8729e250f637
Expand Down
Loading