wlcore: increase WL1271_EVENT_TIMEOUT
In some cases, the ROC_COMPLETE event might exceed the current timeout (750 msec). Increase it to 1 sec. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
d1bcb53f91
commit
0c21298435
@ -192,7 +192,7 @@ enum cmd_templ {
|
|||||||
#define WL1271_COMMAND_TIMEOUT 2000
|
#define WL1271_COMMAND_TIMEOUT 2000
|
||||||
#define WL1271_CMD_TEMPL_DFLT_SIZE 252
|
#define WL1271_CMD_TEMPL_DFLT_SIZE 252
|
||||||
#define WL1271_CMD_TEMPL_MAX_SIZE 512
|
#define WL1271_CMD_TEMPL_MAX_SIZE 512
|
||||||
#define WL1271_EVENT_TIMEOUT 750
|
#define WL1271_EVENT_TIMEOUT 1000
|
||||||
|
|
||||||
struct wl1271_cmd_header {
|
struct wl1271_cmd_header {
|
||||||
__le16 id;
|
__le16 id;
|
||||||
|
Loading…
Reference in New Issue
Block a user