add a workaround for the hostapd killed issue when using more than one wifi card (#1928, #2040)

SVN-Revision: 8077
owl
Felix Fietkau 2007-07-20 16:11:46 +00:00
parent eb021be571
commit e58d9626f2
2 changed files with 1 additions and 1 deletions

View File

@ -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" ] && {

View File

@ -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=