From 34a70b62694cdaf9acb70202e3910bf23e0ab81a Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 13 Mar 2019 14:34:57 +0100 Subject: [PATCH] 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 --- scripts/netifd-wireless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2