ifx: Bump the setup timeout
authorDenis Kenzior <denkenz@gmail.com>
Wed, 28 Nov 2012 16:08:16 +0000 (10:08 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 28 Nov 2012 16:31:15 +0000 (10:31 -0600)
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.

plugins/ifx.c

index 6936fd1..df36ba7 100644 (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;