Skip to content

Commit e550606

Browse files
jerome-pouillerjhedberg
authored andcommitted
drivers: siwx917_wifi: Fix scheduler issue
WiseConnect create threads with realtime priority. Default (10kHz) clock tick prevent proper use of the system with these threads. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 2ba15a5 commit e550606

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/wifi/siwx917/Kconfig.siwx917

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ config WIFI_SIWX917
2121

2222
if WIFI_SIWX917
2323

24+
# WiseConnect create threads with realtime priority. Default (10kHz) clock tick
25+
# prevent proper use of the system with these threads.
26+
config SYS_CLOCK_TICKS_PER_SEC
27+
default 1024
28+
2429
config NUM_PREEMPT_PRIORITIES
2530
default 56
2631

0 commit comments

Comments
 (0)