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
master
Felix Fietkau 2007-06-25 10:58:17 +00:00
parent d3c25dfdc6
commit 0459ba37f3
1 changed files with 1 additions and 0 deletions

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