From 1128b49c2a8ec4145659481d2419e4f4989a1a35 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 19 Jun 2007 08:04:44 +0000 Subject: 23568: complete iwconfig modu. --- Completion/Linux/Command/_iwconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Linux') 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 -- cgit 1.4.1