mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
broadcom-wl: set vlan_mode for every enabled interface
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4684 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
465de48141
commit
93910ace66
@ -133,6 +133,7 @@ setup_broadcom() {
|
||||
append vif_post_up "eap_restrict $eap_r" "$N"
|
||||
|
||||
config_get ssid "$vif" ssid
|
||||
append vif_post_up "vlan_mode 0"
|
||||
append vif_post_up "ssid $ssid" "$N"
|
||||
append vif_post_up "enabled 1" "$N"
|
||||
|
||||
@ -158,7 +159,6 @@ infra $infra
|
||||
${wet:+wet 1}
|
||||
|
||||
radio ${radio:-1}
|
||||
vlan_mode 0
|
||||
macfilter 0
|
||||
maclist none
|
||||
wds none
|
||||
|
Loading…
Reference in New Issue
Block a user