From: Robert Marko Date: Wed, 13 Mar 2019 13:34:57 +0000 (+0100) Subject: netifd: wireless: Add support for 802.11ad X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=34a70b62694cdaf9acb70202e3910bf23e0ab81a;p=oweals%2Fnetifd.git netifd: wireless: Add support for 802.11ad This simple patch adds 802.11ad to hwmode list so that netifd-wireless.sh does not otherwise overwrite it with the default hwmode=g Signed-off-by: Robert Marko --- diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh index 4c64e25..6bc48c6 100644 --- a/scripts/netifd-wireless.sh +++ b/scripts/netifd-wireless.sh @@ -70,7 +70,7 @@ _wdev_prepare_channel() { } case "$hwmode" in - a|b|g) ;; + a|b|g|ad) ;; *) if [ "$channel" -gt 14 ]; then hwmode=a