From 6d3e23a3418249d5787077c21cba52707e3a622a Mon Sep 17 00:00:00 2001 From: James Rayner Date: Thu, 7 May 2009 08:16:36 +1000 Subject: remove infinite loop causing wireless to fail --- src/connections/wireless | 5 ----- 1 file changed, 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 -- cgit v1.2.3-24-g4f1b