From 92b139417815fd437d3f8151de529d4573bd6961 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 2 Jan 2023 17:56:01 +0100 Subject: [PATCH] completions/iw: add 160MHz WLAN channel --- share/completions/iw.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/iw.fish b/share/completions/iw.fish index 7f9ec1dfe..dd3d9cca4 100644 --- a/share/completions/iw.fish +++ b/share/completions/iw.fish @@ -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