iridium: allow up to 200s to configure IP

This commit is contained in:
Aleksander Morgado
2011-06-09 17:46:16 +02:00
parent 920fefa8e2
commit c0f390470e

View File

@@ -70,7 +70,12 @@ mm_modem_iridium_gsm_new (const char *device,
MM_MODEM_PLUGIN, plugin,
MM_MODEM_HW_VID, vendor,
MM_MODEM_HW_PID, product,
/* If up to 3 commands get timed out, mark
* the modem as removed */
MM_MODEM_BASE_MAX_TIMEOUTS, 3,
/* Allow up to 200s to setup the IP configuration
* (used by NM when launching pppd) */
MM_MODEM_IP_TIMEOUT, 200,
NULL));
}