Files
linux/drivers/char
Corey Minyard d08048d4e0 ipmi:kcs: Reduce the number of retries
The retry count was initially set to 10, which with the 5 second
timeouts give 55 seconds to fail a message.

The IPMI spec specifies the 5 second timeout, and it specifies retries
for KCS but does not specify a number.  55 seconds is a long time, so
reduce retries to 2.  It matches the default in the BT state machine.
This is 15 seconds, then, which is still a long time, but more
reasonable.

Signed-off-by: Corey Minyard <corey@minyard.net>
2026-05-19 06:32:11 -05:00
..
2025-12-29 11:53:38 +01:00
2024-07-03 16:44:22 +02:00
2025-12-29 11:53:38 +01:00
2026-03-11 15:22:49 +01:00