diff options
author | James Rayner <james@archlinux.org> | 2009-05-07 00:16:36 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-05-07 00:16:36 +0200 |
commit | 6d3e23a3418249d5787077c21cba52707e3a622a (patch) | |
tree | ccaab802b572a0e82addb80ca407e2fed1116ea1 /src/connections/wireless | |
parent | 7caa9343e8fea3cf653260e4b9458c5aa317734c (diff) | |
download | netctl-6d3e23a3418249d5787077c21cba52707e3a622a.tar.gz netctl-6d3e23a3418249d5787077c21cba52707e3a622a.tar.xz |
remove infinite loop causing wireless to fail
Diffstat (limited to 'src/connections/wireless')
-rw-r--r-- | src/connections/wireless | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/connections/wireless b/src/connections/wireless index e7e2472..66ccdab 100644 --- a/src/connections/wireless +++ b/src/connections/wireless @@ -20,11 +20,6 @@ wireless_up() { ifconfig $INTERFACE up - # Some hardware is not immediately ready after ifconfig up - while ip link show $INTERFACE|grep -q "state UNKNOWN"; do - sleep 0.5 - done - quirk "prescan" && iwlist $INTERFACE scan &> /dev/null # bcm43xx quirk "preessid" && eval "iwconfig $INTERFACE mode managed essid \"$ESSID\"" # ipw3945 |