ifx: Use CFUN=0 (Minimum Functionality) to disable modem

This commit is contained in:
Marcel Holtmann 2012-02-10 02:42:43 +01:00
parent cfdc96186e
commit e2fe4e4940
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ static int ifx_disable(struct ofono_modem *modem)
g_at_chat_unregister_all(data->dlcs[i]);
}
g_at_chat_send(data->dlcs[AUX_DLC], "AT+CFUN=4", NULL,
g_at_chat_send(data->dlcs[AUX_DLC], "AT+CFUN=0", NULL,
cfun_disable, modem, NULL);
return -EINPROGRESS;