OSDN Git Service

wifi: Remove unnecessary delay after loading the driver
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 14 Sep 2010 22:11:22 +0000 (15:11 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Tue, 14 Sep 2010 22:11:22 +0000 (15:11 -0700)
Change-Id: I371d262a5bf5da989c0c7beabb9fcb8d440375e4
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wifi/wifi.c

index 885f3ec..6e2335c 100644 (file)
@@ -179,7 +179,7 @@ int wifi_load_driver()
         return -1;
 
     if (strcmp(FIRMWARE_LOADER,"") == 0) {
-        usleep(WIFI_DRIVER_LOADER_DELAY);
+        /* usleep(WIFI_DRIVER_LOADER_DELAY); */
         property_set(DRIVER_PROP_NAME, "ok");
     }
     else {