diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-06-16 09:44:53 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-06-16 15:26:11 +0200 |
commit | f8933c6d5055baea9eaf59f59446177f9ff9f775 (patch) | |
tree | 5307599cc3fceff5be04267930eb273a16bb7f3e /doc | |
parent | 725ddbb743d4ab7a531515b43462977319736c97 (diff) | |
download | connman-f8933c6d5055baea9eaf59f59446177f9ff9f775.tar.gz connman-f8933c6d5055baea9eaf59f59446177f9ff9f775.tar.bz2 connman-f8933c6d5055baea9eaf59f59446177f9ff9f775.zip |
service: Remove Service.Mode
The only source for the cellular mode update was removed in
a474ef1be8b76167b9d0ef8a9eb6fe24cc5eacc5". The WiFi plugin will not
support adhoc mode. So this property is completly unused.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index 7e87e6ee..2123e91c 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -160,20 +160,6 @@ Properties string State [readonly] advanced properties or showing the correct icon to the user. - string Mode [readonly] - - If the service type is WiFi or Cellular, then this - property is present and contains the mode of the - network. - - For WiFi services the possible values are "managed" - and "adhoc". For Cellular services it describes the - network technology. Possible values are "gprs", "edge" - and "umts". - - This property might be only present for WiFi and - Cellular services. - array{string} Security [readonly] If the service type is WiFi, then this property is |