Anpassung im wlan setup um Kernel 2.6.32 Interfaces (intel) noch korrekt bedienen zu kÃnnen

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5306 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-02 10:22:39 +00:00
parent c4fdee013e
commit 1161660e9e

View File

@ -89,6 +89,8 @@ for AP in `iwlist $DEV scan 2>/dev/null|\
read <&3 OPTION ARG1 ARG2
done
exec 3>&-
ifconfig $DEV down
ifconfig $DEV up
rm /tmp/AP
fi
done