1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:46:22 +03:00

madwifi: add some extra delay between bringing the interface up and configuring it (#1703)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7729 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-06-25 10:58:17 +00:00
parent de8728ba86
commit 90dc237655

View File

@ -104,6 +104,7 @@ enable_atheros() {
esac
iwconfig "$ifname" channel 0 >/dev/null 2>/dev/null
ifconfig "$ifname" up
sleep 1
iwpriv "$ifname" mode "$agmode"
iwpriv "$ifname" pureg "$pureg"
iwconfig "$ifname" channel "$channel" >/dev/null 2>/dev/null