hostapd: fixup madwifi turbo modes (#7060)

SVN-Revision: 20675
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent 6c07306d32
commit 38b256105d

@ -134,7 +134,8 @@ hostapd_setup_vif() {
config_get channel "$device" channel
config_get hwmode "$device" hwmode
case "$hwmode" in
*bg) hwmode=g;;
*bg|*gdt|*gst|*fh) hwmode=g;;
*adt|*ast) hwmode=a;;
esac
[ "$channel" = auto ] && channel=
[ -n "$channel" -a -z "$hwmode" ] && wifi_fixup_hwmode "$device"

Loading…
Cancel
Save