diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-24 23:42:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-24 23:42:09 +0000 |
commit | 7e6c947e4b2d3332846d3ae091c884d3abe654b6 (patch) | |
tree | 82ca1378641500e5f514976a1fe1afa049dc1414 /package/broadcom-wl/files/lib | |
parent | 28b9fea4e759470fd3e1f285b228b7101b15b18b (diff) | |
download | upstream-7e6c947e4b2d3332846d3ae091c884d3abe654b6.tar.gz upstream-7e6c947e4b2d3332846d3ae091c884d3abe654b6.tar.bz2 upstream-7e6c947e4b2d3332846d3ae091c884d3abe654b6.zip |
sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa
SVN-Revision: 15028
Diffstat (limited to 'package/broadcom-wl/files/lib')
-rw-r--r-- | package/broadcom-wl/files/lib/wifi/broadcom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/broadcom-wl/files/lib/wifi/broadcom.sh b/package/broadcom-wl/files/lib/wifi/broadcom.sh index 12002121a6..998a2f58ff 100644 --- a/package/broadcom-wl/files/lib/wifi/broadcom.sh +++ b/package/broadcom-wl/files/lib/wifi/broadcom.sh @@ -251,8 +251,8 @@ enable_broadcom() { net_cfg="$(find_net_config "$vif")" [ -z "$net_cfg" ] || { bridge="$(bridge_interface "$net_cfg")" - append if_up "start_net '$ifname' '$net_cfg'" ";$N" append if_up "set_wifi_up '$vif' '$ifname'" ";$N" + append if_up "start_net '$ifname' '$net_cfg' \$(wlc ifname '$ifname' bssid)" ";$N" } [ -z "$nasopts" ] || { eval "${vif}_ssid=\"\$ssid\"" |