SVN-Revision: 8077
This commit is contained in:
parent
eb021be571
commit
e58d9626f2
2 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,7 @@ bridge_interface() {(
|
|||
|
||||
|
||||
wifi_updown() {
|
||||
[ enable = "$1" ] && wifi_updown disable "$2"
|
||||
for device in ${2:-$DEVICES}; do (
|
||||
config_get disabled "$device" disabled
|
||||
[ 1 == "$disabled" ] && {
|
||||
|
|
|
@ -73,7 +73,6 @@ enable_atheros() {
|
|||
config_get channel "$device" channel
|
||||
config_get vifs "$device" vifs
|
||||
|
||||
disable_atheros "$device"
|
||||
local first=1
|
||||
for vif in $vifs; do
|
||||
nosbeacon=
|
||||
|
|
Loading…
Reference in a new issue