allow connection to a prefered bssid (#4252)

SVN-Revision: 15283
lede-17.01
Florian Fainelli 2009-04-19 21:09:02 +00:00
parent 1e1022d063
commit 87c7791bf2
1 changed files with 1 additions and 1 deletions

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"