Skip to content

Commit ee1e4a6

Browse files
committed
Revert "[nrf fromlist] drivers: nrfwifi: Fix passing of RAW scan results flag"
This reverts commit a5eb552. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent bd78214 commit ee1e4a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,6 @@ zephyr_compile_definitions_ifdef(CONFIG_NRF_WIFI_FEAT_KEEPALIVE
301301
-DNRF_WIFI_KEEPALIVE_PERIOD_S=${CONFIG_NRF_WIFI_KEEPALIVE_PERIOD_S}
302302
)
303303

304-
zephyr_compile_definitions_ifdef(CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS
305-
-DWIFI_MGMT_RAW_SCAN_RESULTS=${CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS}
306-
)
307-
308304
zephyr_compile_definitions(
309305
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
310306
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}

0 commit comments

Comments
 (0)