speedup: Send CFUN=4 when enabling the modem

This commit is contained in:
Marcel Holtmann 2011-07-27 20:45:03 +02:00
parent d63d74b356
commit 3180a4f5b1
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ static int speedup_enable(struct ofono_modem *modem)
g_at_chat_send(data->modem, "ATE0 &C0 +CMEE=1", NULL, NULL, NULL, NULL);
g_at_chat_send(data->aux, "ATE0 &C0 +CMEE=1", NULL, NULL, NULL, NULL);
g_at_chat_send(data->aux, "AT+CFUN=1", NULL,
g_at_chat_send(data->aux, "AT+CFUN=4", NULL,
cfun_enable, modem, NULL);
return -EINPROGRESS;