mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:10:39 +02:00
[package] madwifi: clear variables used in for loop
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16308 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7d01bddd18
commit
4b7f3bb250
@ -128,8 +128,7 @@ enable_atheros() {
|
||||
|
||||
local first=1
|
||||
for vif in $vifs; do
|
||||
local start_hostapd vif_txpower
|
||||
nosbeacon=
|
||||
local start_hostapd= vif_txpower= nosbeacon=
|
||||
config_get ifname "$vif" ifname
|
||||
config_get enc "$vif" encryption
|
||||
config_get eap_type "$vif" eap_type
|
||||
|
Loading…
Reference in New Issue
Block a user