Browse Source

Remove the sleep since we delayed bringing up the interface

SVN-Revision: 11534
Florian Fainelli 17 years ago
parent
commit
11d0725b61
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/madwifi/files/lib/wifi/madwifi.sh

+ 0 - 1
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