diff options
author | Dan Williams <dcbw@redhat.com> | 2013-02-05 21:04:30 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-02-06 11:57:00 -0600 |
commit | dcbb6dc81171ad0f71c1b81e193a8887edad3ce2 (patch) | |
tree | 1125379641ba29d3634e891f0280eb8b370dc84f /src/mm-iface-modem-cdma.c | |
parent | 8070627011ddac6e00155e6309750578ab95e6ee (diff) |
iface-modem-cdma: fix handling of HDR registration state
hybrid mode is the first parameter, not the third. Caused EVDO
to look like it wasn't registered.
Diffstat (limited to 'src/mm-iface-modem-cdma.c')
-rw-r--r-- | src/mm-iface-modem-cdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-cdma.c b/src/mm-iface-modem-cdma.c index 218530b7..4a692d27 100644 --- a/src/mm-iface-modem-cdma.c +++ b/src/mm-iface-modem-cdma.c @@ -544,9 +544,9 @@ get_hdr_state_ready (MMIfaceModemCdma *self, if (!MM_IFACE_MODEM_CDMA_GET_INTERFACE (self)->get_hdr_state_finish ( self, res, + &ctx->hdr_hybrid_mode, &ctx->hdr_session_state, &ctx->hdr_almp_state, - &ctx->hdr_hybrid_mode, &error)) { mm_dbg ("Could not get HDR state: %s", error->message); g_error_free (error); |