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.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user