aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer-qmi.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-09-05 16:11:51 -0500
committerAleksander Morgado <aleksander@lanedo.com>2012-09-08 10:41:01 +0200
commit8213a09a3412a3eb47666c6ccc6a56a75adbb668 (patch)
treea50153468604d00a435d343ee71b0b5e0cdbb9c8 /src/mm-bearer-qmi.c
parent5f1a1cf834d06a6ed430f835b8d694c4dd44ac95 (diff)
broadband-modem-qmi: set network port to 802.3/no-QoS mode
The kernel drivers expect this mode, so make sure we set it.
Diffstat (limited to 'src/mm-bearer-qmi.c')
-rw-r--r--src/mm-bearer-qmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c
index 95d856c1..b4d7d0c5 100644
--- a/src/mm-bearer-qmi.c
+++ b/src/mm-bearer-qmi.c
@@ -368,6 +368,7 @@ connect_context_step (ConnectContext *ctx)
case CONNECT_STEP_OPEN_QMI_PORT:
if (!mm_qmi_port_is_open (ctx->qmi)) {
mm_qmi_port_open (ctx->qmi,
+ TRUE,
ctx->cancellable,
(GAsyncReadyCallback)qmi_port_open_ready,
ctx);