We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c156a commit 9c7e8baCopy full SHA for 9c7e8ba
drivers/wifi/nrf_wifi/Kconfig.nrfwifi
@@ -150,7 +150,7 @@ endchoice
150
151
config NRF_WIFI_LOW_POWER
152
bool "Low power mode in nRF Wi-Fi chipsets"
153
- depends on !NRF70_RADIO_TEST
+ depends on !NRF70_RADIO_TEST && !NRF70_AP_MODE
154
default y
155
156
config NRF70_TCP_IP_CHECKSUM_OFFLOAD
@@ -688,9 +688,8 @@ config NRF_WIFI_AP_DEAD_DETECT_TIMEOUT
688
689
config NRF_WIFI_RPU_RECOVERY
690
bool "RPU recovery mechanism"
691
- # Relies on power-save mode, so, LPM is needed and AP mode is not supported
+ # Relies on power-save mode, so, LPM is needed
692
depends on NRF_WIFI_LOW_POWER
693
- depends on !NRF70_AP_MODE
694
695
select EXPERIMENTAL
696
help
0 commit comments