mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-12 21:53:23 +00:00
Remove the sleep since we delayed bringing up the interface
SVN-Revision: 11534
This commit is contained in:
parent
e2e80ab38a
commit
11d0725b61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user