aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-sar.h
AgeCommit message (Collapse)Author
2022-09-27iface-modem-sar: report updated level on SAR enableAleksander Morgado
The SAR enable operation may be selecting an explicit SAR level by itself, so make sure the protocol implementation reports back to the interface the default level that was used while enabling SAR. No level change is reported in the interface if the SAR is being disabled.
2022-09-27iface-modem-sar: disallow changing SAR level if SAR disabledAleksander Morgado
This was already forbidden in the MBIM implementation, and we should also have it in the QMI implementation, so just make it a generic check in the interface.
2021-10-13iface-modem-sar: new `MMIfaceModemSar` interfacelvmaorui