summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-28 12:59:03 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-28 13:28:27 +0200
commitbaa5515da15bda7e9764a4745882d423d5331b17 (patch)
tree1f7cf19a00f6d71977186f2c150d46ca45492809 /doc
parent617d99e56772a6cdb89f833c4334a83f17c42f9b (diff)
downloadconnman-baa5515da15bda7e9764a4745882d423d5331b17.tar.gz
connman-baa5515da15bda7e9764a4745882d423d5331b17.tar.bz2
connman-baa5515da15bda7e9764a4745882d423d5331b17.zip
doc: Ethernet properties 'Speed' and 'Duplex' are not provided
Ethernet properties 'Speed' and 'Duplex' have never been implemented and are not supported for WiFi. Thus mark them deprecated. Fixes BMC#25992
Diffstat (limited to 'doc')
-rw-r--r--doc/service-api.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index e7224ccb..471c2446 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -471,18 +471,15 @@ Properties string State [readonly]
The Ethernet MTU (default is 1500).
- uint16 Speed [readonly]
+ uint16 Speed [readonly] [deprecated]
Selected speed of the line.
- This information might not always be
- available.
+ This information is not available.
- string Duplex [readonly]
+ string Duplex [readonly] [deprecated]
Selected duplex settings of the line.
-
Possible values are "half" and "full".
- This information might not always be
- available.
+ This information is not available.