From 1161660e9ee9afbeeafcb7a5c5b2dbc6143cf7b1 Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 2 Feb 2010 10:22:39 +0000 Subject: [PATCH] =?UTF-8?q?Anpassung=20im=20wlan=20setup=20um=20Kernel=202?= =?UTF-8?q?.6.32=20Interfaces=20(intel)=20noch=20korrekt=20bedienen=20zu?= =?UTF-8?q?=20k=C3=83nnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5306 504e572c-2e33-0410-9681-be2bf7408885 --- sbin/wlan_setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/wlan_setup b/sbin/wlan_setup index 5dfa9e6..97cf406 100755 --- a/sbin/wlan_setup +++ b/sbin/wlan_setup @@ -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