From 3180a4f5b14c954572a49e026c86bf261fdf20d8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Jul 2011 20:45:03 +0200 Subject: [PATCH] speedup: Send CFUN=4 when enabling the modem --- plugins/speedup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/speedup.c b/plugins/speedup.c index 90ca5e37..a7aa43cd 100644 --- a/plugins/speedup.c +++ b/plugins/speedup.c @@ -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;