From 28566b5cdf39b6ece2bf039eafa1ac7a69b868dc Mon Sep 17 00:00:00 2001 From: he chengjie Date: Thu, 29 Mar 2012 22:37:03 +0800 Subject: give some time letting the wifi module successfully loaded --- wifi/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/wifi.c b/wifi/wifi.c index 37cbb1e..7fd29a6 100644 --- a/wifi/wifi.c +++ b/wifi/wifi.c @@ -209,7 +209,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 { -- cgit v1.2.3