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

Silence ifconfig down errors in mac80211 (#4067)

SVN-Revision: 12856
This commit is contained in:
Florian Fainelli 2008-10-04 16:54:43 +00:00
parent 10f4e46cf9
commit c6b1119e6b

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