summaryrefslogtreecommitdiffstats
path: root/plugins/speedup.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-07-27 20:45:03 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-27 20:45:03 +0200
commit3180a4f5b14c954572a49e026c86bf261fdf20d8 (patch)
tree209eb700ad09aa6a8a557ee46639b3da92d32013 /plugins/speedup.c
parentd63d74b35686f2469fcba88dfa517d86601d28e2 (diff)
downloadofono-3180a4f5b14c954572a49e026c86bf261fdf20d8.tar.bz2
speedup: Send CFUN=4 when enabling the modem
Diffstat (limited to 'plugins/speedup.c')
-rw-r--r--plugins/speedup.c2
1 files changed, 1 insertions, 1 deletions
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;