summaryrefslogtreecommitdiffstats
path: root/plugins/speedup.c
diff options
context:
space:
mode:
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;