aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-broadband-modem.c')
-rw-r--r--src/mm-broadband-modem.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c
index eb49f0c0..6a32128c 100644
--- a/src/mm-broadband-modem.c
+++ b/src/mm-broadband-modem.c
@@ -686,7 +686,6 @@ load_current_capabilities_qcdm (LoadCapabilitiesContext *ctx)
mm_port_serial_qcdm_command (ctx->qcdm_port,
cmd,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)mode_pref_qcdm_ready,
ctx);
@@ -1125,7 +1124,6 @@ modem_load_own_numbers_done (MMIfaceModem *self,
mm_port_serial_qcdm_command (ctx->qcdm,
mdn,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)mdn_qcdm_ready,
ctx);
@@ -1979,7 +1977,6 @@ signal_quality_qcdm (SignalQualityContext *ctx)
mm_port_serial_qcdm_command (MM_PORT_SERIAL_QCDM (ctx->port),
pilot_sets,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)signal_quality_qcdm_ready,
ctx);
@@ -2234,7 +2231,6 @@ access_tech_qcdm_gsm_ready (MMPortSerialQcdm *port,
mm_port_serial_qcdm_command (port,
cmd,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)access_tech_qcdm_wcdma_ready,
ctx);
@@ -2325,7 +2321,6 @@ access_tech_qcdm_cdma_ready (MMPortSerialQcdm *port,
mm_port_serial_qcdm_command (port,
cmd,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)access_tech_qcdm_hdr_ready,
ctx);
@@ -2409,7 +2404,6 @@ modem_load_access_technologies (MMIfaceModem *self,
mm_port_serial_qcdm_command (ctx->port,
cmd,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)access_tech_qcdm_gsm_ready,
ctx);
@@ -2425,7 +2419,6 @@ modem_load_access_technologies (MMIfaceModem *self,
mm_port_serial_qcdm_command (ctx->port,
cmd,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)access_tech_qcdm_cdma_ready,
ctx);
@@ -6412,7 +6405,6 @@ modem_cdma_get_hdr_state (MMIfaceModemCdma *self,
mm_port_serial_qcdm_command (ctx->qcdm,
hdrstate,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)hdr_subsys_state_info_ready,
ctx);
@@ -6541,7 +6533,6 @@ modem_cdma_get_call_manager_state (MMIfaceModemCdma *self,
mm_port_serial_qcdm_command (ctx->qcdm,
cmstate,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)cm_subsys_state_info_ready,
ctx);
@@ -6824,7 +6815,6 @@ modem_cdma_get_cdma1x_serving_system (MMIfaceModemCdma *self,
mm_port_serial_qcdm_command (ctx->qcdm,
cdma_status,
3,
- FALSE,
NULL,
(GAsyncReadyCallback)qcdm_cdma_status_ready,
ctx);