ipmi:ssif: Increase the message retry time
[ Upstream commit39721d62bb] The spec states that the minimum message retry time is 60ms, but it was set to 20ms. Correct it. Reported by: Tony Camuso <tcamuso@redhat.com> Signed-off-by: Corey Minyard <cminyard@mvista.com> Stable-dep-of:00bb7e763e("ipmi:ssif: Add a timer between request retries") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4d57c90f24
commit
cd35cbde00
@@ -74,7 +74,7 @@
|
|||||||
/*
|
/*
|
||||||
* Timer values
|
* Timer values
|
||||||
*/
|
*/
|
||||||
#define SSIF_MSG_USEC 20000 /* 20ms between message tries. */
|
#define SSIF_MSG_USEC 60000 /* 60ms between message tries. */
|
||||||
#define SSIF_MSG_PART_USEC 5000 /* 5ms for a message part */
|
#define SSIF_MSG_PART_USEC 5000 /* 5ms for a message part */
|
||||||
|
|
||||||
/* How many times to we retry sending/receiving the message. */
|
/* How many times to we retry sending/receiving the message. */
|
||||||
|
|||||||
Reference in New Issue
Block a user