summaryrefslogtreecommitdiffstats
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-28 10:08:16 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-11-28 10:31:15 -0600
commit6e3a6156b34c52bde253b097976d0ba9dd575879 (patch)
tree0dd48be843310bf1dfa96ab598fc88b211ff81bc /plugins/ifx.c
parent68df0eb758d6107c501743e5cdaa31ce93b30e05 (diff)
downloadofono-6e3a6156b34c52bde253b097976d0ba9dd575879.tar.bz2
ifx: Bump the setup timeout
The newer IFX firmware was changed, it no longer accepts AT commands until the UA frame has been sent back to the AP. The commands are simply dropped on the floor. This requires a proper fix in GAtMux, but until then simply bump up the timeout to get around this issue.
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index 6936fd10..df36ba76 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -454,7 +454,7 @@ static void setup_internal_mux(struct ofono_modem *modem)
}
/* wait for DLC creation to settle */
- data->dlc_init_source = g_timeout_add(10, dlc_setup, modem);
+ data->dlc_init_source = g_timeout_add(500, dlc_setup, modem);
return;