diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-27 11:32:05 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-28 16:37:32 +0100 |
commit | f2024b78b297079c61f51d1a7f6cd73611bc7de2 (patch) | |
tree | af429f3427f6ba9330ba824ad5191a61997fb89e /plugins/cinterion/mm-modem-helpers-cinterion.h | |
parent | c1e2a3a5bc686f310a705724e806d058f3cee68c (diff) |
cinterion: consolidate setting current bands in 2G and 3G devices
Diffstat (limited to 'plugins/cinterion/mm-modem-helpers-cinterion.h')
-rw-r--r-- | plugins/cinterion/mm-modem-helpers-cinterion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.h b/plugins/cinterion/mm-modem-helpers-cinterion.h index 43b8ba84..f4c982f6 100644 --- a/plugins/cinterion/mm-modem-helpers-cinterion.h +++ b/plugins/cinterion/mm-modem-helpers-cinterion.h @@ -39,6 +39,7 @@ gboolean mm_cinterion_parse_scfg_response (const gchar *response, gboolean mm_cinterion_build_band (GArray *bands, guint supported, + gboolean only_2g, guint *out_band, GError **error); |