broadband-modem-qmi: don't keep cs|ps flags when checking registration status

Just report both always.
This commit is contained in:
Aleksander Morgado
2012-08-09 09:50:56 +02:00
parent f796c6d906
commit 9baac727fe

View File

@@ -2832,8 +2832,6 @@ typedef struct {
MMBroadbandModemQmi *self;
QmiClientNas *client;
GSimpleAsyncResult *result;
gboolean cs_supported;
gboolean ps_supported;
} RunRegistrationChecksContext;
static void
@@ -3642,8 +3640,6 @@ modem_3gpp_run_registration_checks (MMIfaceModem3gpp *self,
callback,
user_data,
modem_3gpp_run_registration_checks);
ctx->cs_supported = cs_supported;
ctx->ps_supported = ps_supported;
/* System Info was added in NAS 1.8 */
if (qmi_client_check_version (client, 1, 8))