From 8a80b3020151011195bc318dd8218adf01836bc9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 24 Oct 2019 11:31:03 -0500 Subject: [PATCH] doc: Remove Device.WDS property Allowing applications to toggle this was a bit dangerous since it could mess with existing links. The naming was also controversial. Remove this property for now in preparation of makig the API stable / frozen. If needed, this functionality can be enabled some other way. --- doc/device-api.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index ab55108d..7facc1a6 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -20,13 +20,6 @@ Properties string Name [readonly] radio is powered down and no other actions can be performed on the device. - boolean WDS [readwrite] - - True if the interface is set to use the 4-address - format for the 802.11 packet header. If false, the - classic format is used. When activated, the interface - can be added to a Layer2 bridge to create a WDS. - object Adapter [readonly] The object path of the adapter the device belongs to.