aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-01-21 14:58:33 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-02-16 23:09:55 +0100
commit6cfb9679eab4df0145900864dd4ff6df0d8be8e8 (patch)
tree572375916ca18b5d4b53ec9faae6c3bec9baf226 /docs
parent19f4b39ee85500e7e868b8a100fba19c04fb3c30 (diff)
libqmi-glib,net-port-manager: new subclass for the qmi_wwan based logic
This commit introduces a new QmiNetPortManager implementation based on the add_mux/del_mux interface provided by the qmi_wwan driver. Several kernel releases after the add_mux/del_mux interface was implemented, the driver was updated to include a new mux_id sysfs attribute in the instantiated link interface. In kernel versions that have support for this mux_id interface the implementation of the QmiNetPortManager is reliable and almost fully featured (except for the suggested interface prefix with creating a new link). In kernel versions before the mux_id attribute was introduced, the implementation is reliable only if a long-running process is the one taking care of the link management (e.g. ModemManager). The implementation cannot be reliable with ephimeral programs using QmiDevice objects for single operations (e.g. qmicli).
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libqmi-glib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libqmi-glib/Makefile.am b/docs/reference/libqmi-glib/Makefile.am
index 71cb5b2..71d3118 100644
--- a/docs/reference/libqmi-glib/Makefile.am
+++ b/docs/reference/libqmi-glib/Makefile.am
@@ -63,6 +63,7 @@ IGNORE_HFILES = \
qmi-endpoint-qrtr.h \
qmi-net-port-manager.h \
qmi-net-port-manager-rmnet.h \
+ qmi-net-port-manager-qmiwwan.h \
qmi-file.h \
qmi-ctl.h \
qmi-helpers.h \