mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
completions/iw: add 160MHz WLAN channel
This commit is contained in:
parent
eb4dc101df
commit
92b1394178
@ -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…
x
Reference in New Issue
Block a user