1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 11:14:11 +03:00

Silence ifconfig down errors in mac80211 (#4067)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12856 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-10-04 16:54:43 +00:00
parent 4a2e30239c
commit 1700a7c379

View File

@ -53,7 +53,7 @@ enable_mac80211() {
local first=1 local first=1
for vif in $vifs; do for vif in $vifs; do
ifconfig "$ifname" down ifconfig "$ifname" down 2>/dev/null
config_get ifname "$vif" ifname config_get ifname "$vif" ifname
config_get enc "$vif" encryption config_get enc "$vif" encryption
config_get eap_type "$vif" eap_type config_get eap_type "$vif" eap_type