File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -816,4 +816,8 @@ config NRF70_PASSIVE_SCAN_ONLY
816816 help
817817 Enable this configuration to force passive scan on all channels.
818818 This will override application-specified scan type.
819+
820+ config NRF_WIFI_RX_BUFF_PROG_UMAC
821+ bool "RX buffers programming through UMAC"
822+ default y
819823endif # WIFI_NRF70
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ target_compile_definitions(
8282 NRF_WIFI_PS_INT_PS=${CONFIG_NRF_WIFI_PS_INT_PS}
8383 NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=${CONFIG_NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS}
8484 CONFIG_WIFI_NRF70_LOG_LEVEL=${CONFIG_WIFI_NRF70_LOG_LEVEL}
85+ $<$<BOOL :${CONFIG_NRF_WIFI_RX_BUFF_PROG_UMAC} >:NRF_WIFI_RX_BUFF_PROG_UMAC>
8586)
8687
8788target_include_directories (
You can’t perform that action at this time.
0 commit comments