allow connection to a prefered bssid (#4252)

SVN-Revision: 15283
This commit is contained in:
Florian Fainelli 2009-04-19 21:09:02 +00:00
parent 1e1022d063
commit 87c7791bf2

View File

@ -167,7 +167,7 @@ enable_atheros() {
esac
case "$mode" in
adhoc|ahdemo)
sta|adhoc|ahdemo)
config_get addr "$vif" bssid
[ -z "$addr" ] || {
iwconfig "$ifname" ap "$addr"