Skip to content

Commit 5fafb4f

Browse files
committed
[nrf fromlist] drivers: nrfwifi: Fix passing of RAW scan results flag
The CONFIG_ prefix should be removed when passing to OSAL code. Upstream PR #: 80328 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 825eb87 commit 5fafb4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ zephyr_compile_definitions_ifdef(CONFIG_NRF70_PASSIVE_SCAN_ONLY
309309
-DNRF70_PASSIVE_SCAN_ONLY
310310
)
311311

312+
zephyr_compile_definitions_ifdef(CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS
313+
-DWIFI_MGMT_RAW_SCAN_RESULTS
314+
)
315+
312316
zephyr_compile_definitions(
313317
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
314318
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}

0 commit comments

Comments
 (0)