We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7ad5b commit c5e25c9Copy full SHA for c5e25c9
drivers/wifi/nrfwifi/CMakeLists.txt
@@ -309,10 +309,6 @@ zephyr_compile_definitions_ifdef(CONFIG_NRF70_PASSIVE_SCAN_ONLY
309
-DNRF70_PASSIVE_SCAN_ONLY
310
)
311
312
-zephyr_compile_definitions_ifdef(CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS
313
- -DWIFI_MGMT_RAW_SCAN_RESULTS
314
-)
315
-
316
zephyr_compile_definitions(
317
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
318
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}
0 commit comments