Skip to content
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
5 changes: 5 additions & 0 deletions drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ config NRF70_SR_COEX_SWCTRL1_OUTPUT
config NRF70_SR_COEX_BT_GRANT_ACTIVE_LOW
int "Configure BT grant active low"
default 1

config NRF70_BT_SLOT_TIME
int "BT slot allocation time in Wi-Fi scan (ms)"
range 0 255
default 0
endif # NRF70_SR_COEX

config NRF70_WORKQ_STACK_SIZE
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ manifest:
revision: 4d11a73d62bf999205f16de21a0ef675501f5b21
path: modules/bsim_hw_models/nrf_hw_models
- name: nrf_wifi
revision: 1e37ff7a739173cfe7adb248f9637d385a36c96b
revision: pull/98/head
path: modules/lib/nrf_wifi
- name: open-amp
revision: 5efe7974f9546582e99f5a842a816ea4b65f5227
Expand Down
Loading