1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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

SVN-Revision: 8077
This commit is contained in:
Felix Fietkau 2007-07-20 16:11:46 +00:00
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=