Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8c7b335 authored by Luciano Coelho's avatar Luciano Coelho
Browse files

wlcore: increase command completion timeout



In some rare cases, the CMD_ROC completion may take over 1 second.
The timeout had earlier been increased to 1000ms (from 750ms), but it
is still not enoug.  Increase it to 1500ms.

Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 5285eb54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ enum cmd_templ {
#define WL1271_COMMAND_TIMEOUT     2000
#define WL1271_CMD_TEMPL_DFLT_SIZE 252
#define WL1271_CMD_TEMPL_MAX_SIZE  512
#define WL1271_EVENT_TIMEOUT       1000
#define WL1271_EVENT_TIMEOUT       1500

struct wl1271_cmd_header {
	__le16 id;