aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-08-10 07:46:34 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-08-10 09:05:47 +0200
commit3047522b2e494776d9aced64180e54c46e861de1 (patch)
tree11852c37be294731e6cc1c55c81d704d2ef16467
parent7460793caafe86af21c73b96b709253ae79346b5 (diff)
api,signal: Ec/Io is in dB, not dBm
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Signal.xml2
-rw-r--r--libmm-glib/mm-signal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml
index 094cbcf8..0ce1b7da 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml
@@ -153,7 +153,7 @@
<varlistentry><term><literal>"ecio"</literal></term>
<listitem>
<para>
- The UMTS Ec/Io, in dBm, given as a floating point value
+ The UMTS Ec/Io, in dB, given as a floating point value
(signature <literal>"d"</literal>).
</para>
</listitem>
diff --git a/libmm-glib/mm-signal.c b/libmm-glib/mm-signal.c
index 57baf5d7..54912a26 100644
--- a/libmm-glib/mm-signal.c
+++ b/libmm-glib/mm-signal.c
@@ -82,7 +82,7 @@ mm_signal_set_rssi (MMSignal *self,
* mm_signal_get_ecio:
* @self: a #MMSignal.
*
- * Gets the Ec/Io, in dBm.
+ * Gets the Ec/Io, in dB.
*
* Only applicable to CDMA1x, CDMA EV-DO and UMTS (WCDMA).
*