From 399e423725903921ce348fd067d8d57e63198766 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 19 Jun 2011 16:01:20 +0200 Subject: wireless: remove deprecated options none-old/wep-old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They will be automatically replaced by 'none' and 'wep' and emit a warning message. The associated function iwconfig_up is removed. Signed-off-by: Rémy Oudompheng --- docs/wireless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/wireless b/docs/wireless index bf5ca19..2e466c7 100644 --- a/docs/wireless +++ b/docs/wireless @@ -10,7 +10,7 @@ This connection method uses wpa_supplicant to configure a wireless network conn INTERFACE (required) : The wireless interface to configure SECURITY (required for security of 'wep', 'wpa', 'wpa-configsection' or 'wpa-config') -: One of 'wpa', 'wep', 'none', 'wpa-configsection' or 'wpa-config'. Defaults to 'none'. Old iwconfig based configuration code can be used with 'wep-old' and 'none-old'. +: One of 'wpa', 'wep', 'none', 'wpa-configsection' or 'wpa-config'. Defaults to 'none'. KEY (required for SECURITY of 'wpa' or 'wep' only) : Wireless encryption key. ESSID (this or AP is required) -- cgit v1.2.3-24-g4f1b