aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-21 10:27:25 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-29 17:26:46 +0200
commit8cb021293ce0aa316028339c8f213c0bf72c9158 (patch)
treea40abc2be614491979258dc7f5340acaf34dc488 /src
parente9aff3ba42c3b29c529c155694c7df3770792814 (diff)
broadband-modem-qmi: don't allocate WDS client during startup
We'll allocate WDS clients only when launching a connection.
Diffstat (limited to 'src')
-rw-r--r--src/mm-broadband-modem-qmi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mm-broadband-modem-qmi.c b/src/mm-broadband-modem-qmi.c
index d417902f..3891c9b3 100644
--- a/src/mm-broadband-modem-qmi.c
+++ b/src/mm-broadband-modem-qmi.c
@@ -5094,9 +5094,8 @@ initialization_started (MMBroadbandModem *self,
/* Setup services to open */
ctx->services[0] = QMI_SERVICE_DMS;
- ctx->services[1] = QMI_SERVICE_WDS;
- ctx->services[2] = QMI_SERVICE_NAS;
- ctx->services[3] = QMI_SERVICE_UNKNOWN;
+ ctx->services[1] = QMI_SERVICE_NAS;
+ ctx->services[2] = QMI_SERVICE_UNKNOWN;
/* Now open our QMI port */
mm_qmi_port_open (ctx->qmi,