mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
fix mssid support
SVN-Revision: 5552
This commit is contained in:
parent
1e428b677b
commit
44ebd8d578
@ -167,7 +167,7 @@ enable_broadcom() {
|
||||
config_get ssid "$vif" ssid
|
||||
append vif_post_up "vlan_mode 0"
|
||||
append vif_post_up "ssid $ssid" "$N"
|
||||
[ "$wet" = 1 -o "$apsta" = 1 -o "$ap" = 0 -o "$infra" = 0 ] && \
|
||||
[ "$vif" = "$sta_if" -o "$vif" = "$adhoc_if" ] && \
|
||||
append vif_do_up "ssid $ssid" "$N"
|
||||
|
||||
append vif_post_up "enabled 1" "$N"
|
||||
|
Loading…
Reference in New Issue
Block a user