diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-12 14:07:58 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:49 +0100 |
commit | f07101943cdd3d74fe3f2600953d6085bc670e24 (patch) | |
tree | 925953df36ba22f20cd2dd8fe606cc7e1efb562d /src/mm-iface-modem.h | |
parent | d19cf55f8f35bd82408ecfce012cdebe0ed2183f (diff) |
iface-modem-simple: new connection logic when more than one bearer around
For mixed 3GPP+CDMA modems, we first try to connect the 3GPP bearers, and then
the CDMA ones.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 141a975a..b7ab6102 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -348,7 +348,6 @@ gboolean mm_iface_modem_set_allowed_bands_finish (MMIfaceModem *self, /* Allow creating bearers */ void mm_iface_modem_create_bearer (MMIfaceModem *self, - gboolean force, MMCommonBearerProperties *properties, GAsyncReadyCallback callback, gpointer user_data); |