Skip to content

Commit dffd135

Browse files
krish2718nordicjm
authored andcommitted
drivers: wifi: Fix dependency on raw TX mode
Raw TX mode only isn't supported as of now, it needs system mode to be enabled. Fixes SHEL-2280. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 99eee74 commit dffd135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf700x/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ config NRF700X_DATA_TX
7474

7575
config NRF700X_RAW_DATA_TX
7676
bool "Enable RAW TX data path in the driver"
77+
depends on NRF700X_SYSTEM_MODE
7778

7879
config NRF_WIFI_IF_AUTO_START
7980
bool "Enable Wi-Fi interface auto start on boot"

0 commit comments

Comments
 (0)