Skip to content

New method to add link with flags in the QmiDevice

The generic qmi_device_add_link() method was implicitly enabling checksum offload flags in the rmnet netlink request, something that is only valid and applicable under specific setups (e.g. when using the IPA driver).

So, make those flags configurable also in the libqmi-glib API, and don't use them by default.

Merge request reports