|
@@ -782,6 +782,7 @@ mac80211_setup_vif() {
|
|
|
case "$mode" in
|
|
case "$mode" in
|
|
|
mesh)
|
|
mesh)
|
|
|
wireless_vif_parse_encryption
|
|
wireless_vif_parse_encryption
|
|
|
|
|
+ [ -z "$htmode" ] && htmode="NOHT";
|
|
|
freq="$(get_freq "$phy" "$channel")"
|
|
freq="$(get_freq "$phy" "$channel")"
|
|
|
if [ "$wpa" -gt 0 -o "$auto_channel" -gt 0 ] || chan_is_dfs "$phy" "$channel"; then
|
|
if [ "$wpa" -gt 0 -o "$auto_channel" -gt 0 ] || chan_is_dfs "$phy" "$channel"; then
|
|
|
mac80211_setup_supplicant $vif_enable || failed=1
|
|
mac80211_setup_supplicant $vif_enable || failed=1
|