Skip to content

Commit 12762de

Browse files
committed
[nrf fromtree] drivers: wifi: Fix duplicate file inclusion
If Wi-Fi management is enabled, then independent of modes scan functionality is always included. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 464cc9e)
1 parent b287462 commit 12762de

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
@@ -80,10 +80,6 @@ zephyr_library_sources_ifdef(CONFIG_NRF70_SYSTEM_MODE
8080
src/wifi_mgmt.c
8181
)
8282

83-
zephyr_library_sources_ifdef(CONFIG_NRF70_SCAN_ONLY
84-
src/wifi_mgmt_scan.c
85-
)
86-
8783
zephyr_library_sources_ifdef(CONFIG_NRF70_RADIO_TEST
8884
${OS_AGNOSTIC_BASE}/fw_if/umac_if/src/radio_test/fmac_api.c
8985
${OS_AGNOSTIC_BASE}/fw_if/umac_if/src/fmac_util.c

0 commit comments

Comments
 (0)