[ext4] add missing dependencies
[openwrt.git] / package / hostapd / files / hostapd.sh
index 0008a22..a078838 100644 (file)
@@ -76,6 +76,9 @@ hostapd_setup_vif() {
        config_get device "$vif" device
        config_get channel "$device" channel
        config_get hwmode "$device" hwmode
+       case "$hwmode" in
+               bg) hwmode=g;;
+       esac
        config_get country "$device" country
        [ "$channel" = auto ] && channel=
        [ -n "$channel" -a -z "$hwmode" ] && wifi_fixup_hwmode "$device"
This page took 0.023934 seconds and 4 git commands to generate.