summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-10-30 18:38:50 -0500
committerDan Williams <dcbw@redhat.com>2012-10-30 18:38:50 -0500
commit10745cb32c5fe3b77bfc95a2a1f51b0896435238 (patch)
tree0791df8054377358aa9ebe0b5d3fe32b95b0d931
parent814febe1fd9baacdb33c79f11c140187df36c4f1 (diff)
sierra: allow more time for PDP context activation
3 seconds isn't always enough to set up the context with the network.
-rw-r--r--plugins/mm-modem-sierra-gsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-modem-sierra-gsm.c b/plugins/mm-modem-sierra-gsm.c
index 67369542..83aafab3 100644
--- a/plugins/mm-modem-sierra-gsm.c
+++ b/plugins/mm-modem-sierra-gsm.c
@@ -760,7 +760,7 @@ auth_done (MMAtSerialPort *port,
/* Activate data on the net port */
command = g_strdup_printf ("!SCACT=1,%d", cid);
- mm_at_serial_port_queue_command (port, command, 3, net_activate_done, info);
+ mm_at_serial_port_queue_command (port, command, 10, net_activate_done, info);
g_free (command);
}