mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
completions/iw: add 160MHz WLAN channel
This commit is contained in:
parent
eb4dc101df
commit
92b1394178
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ function __fish_complete_iw
|
|||
if not set -q cmd[6]
|
||||
# cmd[6] is just the simple channel number
|
||||
else if not set -q cmd[7]
|
||||
printf '%s\n' NOHT HT20 HT40+ HT40- 5MHz 10MHz 80MHz
|
||||
printf '%s\n' NOHT HT20 HT40+ HT40- 5MHz 10MHz 80MHz 160MHz
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue