Skip to content

Commit f5f766d

Browse files
krish2718rlubos
authored andcommitted
[nrf fromlist] drivers: nrf_wifi: Fix the interoperability issues
With few APs we have seen unexplained disconnections and sending keepalive often solves the problem, so, to fix interoperability reduce the keepalive period to 30s. Upstream PR #: 93920 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 9a7025a commit f5f766d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ if NRF_WIFI_FEAT_KEEPALIVE
840840
config NRF_WIFI_KEEPALIVE_PERIOD_S
841841
int "Keepalive period in seconds"
842842
range 30 3600
843-
default 60
843+
default 30
844844
help
845845
Keepalive period in seconds to send keepalive packets to the AP.
846846
endif

0 commit comments

Comments
 (0)