aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-bearer.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-07-28 23:42:56 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-08-09 12:22:26 +0000
commit8d019a399ca8dd29f959477e2be36b252497a90b (patch)
treed587b9162b0885b7ff5b8e681c1b0b6c72f4720f /src/mm-base-bearer.h
parent4a07ab39f14d3879c9168e5d7da3b8a0a32bfb61 (diff)
base-bearer: remove default multiplex support symbol
Using "requested" as a common default for every possible implementation works, because it can handle setups without multiplexing capabilities (e.g. plain AT+PPP modems) and also setups without non-multiplexing capabilities (e.g. IPA based SoCs). But if we don't want "requested" as default, then there will be failing cases; e.g. we cannot use "none" as default for all as it would break IPA, and we cannot use "required" as default for all as it would break AT+PPP setups. So, remove the common default, it's not flexible enough.
Diffstat (limited to 'src/mm-base-bearer.h')
-rw-r--r--src/mm-base-bearer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mm-base-bearer.h b/src/mm-base-bearer.h
index 151b8c30..993abaa4 100644
--- a/src/mm-base-bearer.h
+++ b/src/mm-base-bearer.h
@@ -67,11 +67,6 @@ gint mm_bearer_connect_result_get_profile_id (MMBearerConnec
/*****************************************************************************/
-/* Default multiplex support setting to use when none explicitly given */
-#define MM_BASE_BEARER_MULTIPLEX_SUPPORT_DEFAULT MM_BEARER_MULTIPLEX_SUPPORT_REQUESTED
-
-/*****************************************************************************/
-
#define MM_TYPE_BASE_BEARER (mm_base_bearer_get_type ())
#define MM_BASE_BEARER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_BASE_BEARER, MMBaseBearer))
#define MM_BASE_BEARER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), MM_TYPE_BASE_BEARER, MMBaseBearerClass))