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.
This commit is contained in:
Denis Kenzior 2012-11-28 10:08:16 -06:00
parent 68df0eb758
commit 6e3a6156b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;