summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-19 16:01:20 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-19 18:49:26 +0200
commit399e423725903921ce348fd067d8d57e63198766 (patch)
tree977956d1534ecc18e729674b6979c5496022d122 /docs
parent6f93010b64bc225f063e8a6ccede482870e4b001 (diff)
downloadnetctl-399e423725903921ce348fd067d8d57e63198766.tar.gz
netctl-399e423725903921ce348fd067d8d57e63198766.tar.xz
wireless: remove deprecated options none-old/wep-old
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 <remy@archlinux.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/wireless2
1 files changed, 1 insertions, 1 deletions
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)