base-files: wifi: add support for 802.11ad
[openwrt/staging/zorun.git] / package / base-files / files / sbin / wifi
index a8b4451c605ec1b3cd683854a67d975119a2e1cd..75759b94f34a9e9f7724023808d5ea18f79a9947 100755 (executable)
@@ -79,6 +79,7 @@ wifi_fixup_hwmode() {
        case "$hwmode" in
                11bg) hwmode=bg;;
                11a) hwmode=a;;
+               11ad) hwmode=ad;;
                11b) hwmode=b;;
                11g) hwmode=g;;
                11n*)