1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 18:31:06 +02:00

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
This commit is contained in:
florian 2008-06-18 17:42:10 +00:00
parent 9b43f9743b
commit aebad6eecf

View File

@ -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