about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-19 01:04:37 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-19 01:04:37 +0000
commit7d6e90ac7e4e15f95dcc365375e1eb4a3a07b8d8 (patch)
tree843ecf5a07e78bb8929b71c9d0f35a1cdac6f115 /Completion/Linux
parent1de8a93a42172c67e64ba76bd07c8ea0f3c94db4 (diff)
downloadzsh-7d6e90ac7e4e15f95dcc365375e1eb4a3a07b8d8.tar.gz
zsh-7d6e90ac7e4e15f95dcc365375e1eb4a3a07b8d8.tar.xz
zsh-7d6e90ac7e4e15f95dcc365375e1eb4a3a07b8d8.zip
Merge of 23568: complete iwconfig modu.
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_iwconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_iwconfig b/Completion/Linux/Command/_iwconfig
index 8ec8dfef2..30892fb6d 100644
--- a/Completion/Linux/Command/_iwconfig
+++ b/Completion/Linux/Command/_iwconfig
@@ -44,6 +44,7 @@ if [[ -n "$state" ]]; then
     period|timeout) _message -e timeouts 'timeout' ;;
     txpower) _message -e power 'transmit power' ;;
     retry) _message -e retries 'retries' ;;
+    (modu) _wanted -x names expl 'modulation' compadd 11g CCK OFDMa auto ;;
     *)
       _values -S ' ' -w 'option' \
       	'essid[set the network name]' \
@@ -60,6 +61,7 @@ if [[ -n "$state" ]]; then
 	'*power[manipulate power management scheme parameters]' \
 	'txpower[set transmit power]' \
 	'retry[set number of retries]' \
+	'modu[force a specific set of modulations]' \
 	'commit[apply changes imediately]' && ret=0
     ;;
   esac