Commit a54a40da authored by Vladimir Kondratiev's avatar Vladimir Kondratiev Committed by Kalle Valo

wil6210: increase timeout for the "echo" command

Sometimes it takes for the firmware more than 20ms to
react on "echo" command after reset. Increase timeout
from 20 to 50ms
Signed-off-by: default avatarVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent d9153546
...@@ -844,7 +844,7 @@ int wmi_echo(struct wil6210_priv *wil) ...@@ -844,7 +844,7 @@ int wmi_echo(struct wil6210_priv *wil)
}; };
return wmi_call(wil, WMI_ECHO_CMDID, &cmd, sizeof(cmd), return wmi_call(wil, WMI_ECHO_CMDID, &cmd, sizeof(cmd),
WMI_ECHO_RSP_EVENTID, NULL, 0, 20); WMI_ECHO_RSP_EVENTID, NULL, 0, 50);
} }
int wmi_set_mac_address(struct wil6210_priv *wil, void *addr) int wmi_set_mac_address(struct wil6210_priv *wil, void *addr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment