mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-22 12:05:32 +00:00
madwifi: set essid on to avoid association with different ssid (patch from #3937)
SVN-Revision: 12759
This commit is contained in:
parent
93c504a8ae
commit
d94103514b
@ -258,6 +258,7 @@ enable_atheros() {
|
||||
config_set "$vif" bridge "$bridge"
|
||||
start_net "$ifname" "$net_cfg"
|
||||
}
|
||||
[ -n "$ssid" ] && iwconfig "$ifname" essid on
|
||||
iwconfig "$ifname" essid "$ssid"
|
||||
set_wifi_up "$vif" "$ifname"
|
||||
case "$mode" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user