From: florian Date: Wed, 18 Jun 2008 17:42:10 +0000 (+0000) Subject: Remove the sleep since we delayed bringing up the interface X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=aebad6eecf98f6c1ba8312062877ea4c769203b1;p=openwrt-10.03%2F.git Remove the sleep since we delayed bringing up the interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11534 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/madwifi/files/lib/wifi/madwifi.sh b/package/madwifi/files/lib/wifi/madwifi.sh index 9288f4d9e..5adeee44b 100755 --- a/package/madwifi/files/lib/wifi/madwifi.sh +++ b/package/madwifi/files/lib/wifi/madwifi.sh @@ -106,7 +106,6 @@ enable_atheros() { *) agmode=auto;; esac iwconfig "$ifname" channel "$channel" >/dev/null 2>/dev/null - sleep 1 iwpriv "$ifname" mode "$agmode" iwpriv "$ifname" pureg "$pureg" iwconfig "$ifname" channel "$channel" >/dev/null 2>/dev/null