Skip to content

Commit a8c153c

Browse files
committed
Revert "[nrf fromlist] drivers: wifi: Fix offloaded raw TX feature flags"
This reverts commit 0ee8c0a. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent c5e25c9 commit a8c153c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +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_NRF70_OFFLOADED_RAW_TX
305-
-DNRF_NRF70_OFFLOADED_RAW_TX
306-
)
307-
308-
zephyr_compile_definitions_ifdef(CONFIG_NRF70_PASSIVE_SCAN_ONLY
309-
-DNRF70_PASSIVE_SCAN_ONLY
310-
)
311-
312304
zephyr_compile_definitions(
313305
-DNRF70_RX_NUM_BUFS=${CONFIG_NRF70_RX_NUM_BUFS}
314306
-DNRF70_MAX_TX_TOKENS=${CONFIG_NRF70_MAX_TX_TOKENS}

0 commit comments

Comments
 (0)