|
@@ -341,8 +341,8 @@ void hvsilib_establish(struct hvsi_priv *pv)
|
|
|
|
|
|
|
|
pr_devel("HVSI@%x: ... waiting handshake\n", pv->termno);
|
|
pr_devel("HVSI@%x: ... waiting handshake\n", pv->termno);
|
|
|
|
|
|
|
|
- /* Try for up to 200s */
|
|
|
|
|
- for (timeout = 0; timeout < 20; timeout++) {
|
|
|
|
|
|
|
+ /* Try for up to 400ms */
|
|
|
|
|
+ for (timeout = 0; timeout < 40; timeout++) {
|
|
|
if (pv->established)
|
|
if (pv->established)
|
|
|
goto established;
|
|
goto established;
|
|
|
if (!hvsi_get_packet(pv))
|
|
if (!hvsi_get_packet(pv))
|