Browse Source

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 <robimarko@gmail.com>
Robert Marko 5 years ago
parent
commit
34a70b6269
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netifd-wireless.sh

+ 1 - 1
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