Skip to content

Commit

Permalink
wifi: nrf_wifi: eliminate NRF70_SYSTEM_MODE_COMMON
Browse files Browse the repository at this point in the history
This symbol now has the same meaning as `NRF70_SYSTEM_MODE`.

Signed-off-by: Jordan Yates <[email protected]>
  • Loading branch information
JordanYates authored and kartben committed Jan 24, 2025
1 parent d95de82 commit 2e711aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/wifi/nrf_wifi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ zephyr_library_sources_ifdef(CONFIG_NET_L2_WIFI_MGMT
src/wifi_mgmt_scan.c
)

zephyr_library_sources_ifdef(CONFIG_NRF70_SYSTEM_MODE_COMMON
zephyr_library_sources_ifdef(CONFIG_NRF70_SYSTEM_MODE
src/wifi_mgmt.c
)

Expand Down
4 changes: 0 additions & 4 deletions drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ config NRF70_SYSTEM_WITH_RAW_MODES
help
Select this option to enable system mode of the nRF70 driver with raw modes.

config NRF70_SYSTEM_MODE_COMMON
bool
default y if NRF70_SYSTEM_MODE

config NET_L2_ETHERNET
default y if (!NRF70_RADIO_TEST && !NRF70_OFFLOADED_RAW_TX)

Expand Down

0 comments on commit 2e711aa

Please sign in to comment.