aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-21 10:27:25 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-23 19:10:59 +0200
commitbb6add15fad8a1dff7c555832dbe5e8f1e82c4e8 (patch)
tree8ae67e57a441d9517f5ada7bc3aa463ac1cd4dfa
parent2019687e6c52316ace6c489edce276f516cef4bb (diff)
broadband-modem-qmi: don't allocate WDS client during startup
We'll allocate WDS clients only when launching a connection.
-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 4ad4f0e5..7ee819ec 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,