summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe chengjie <chengjie.he@linaro.org>2012-03-29 22:37:03 +0800
committerhe chengjie <chengjie.he@linaro.org>2012-03-29 22:37:03 +0800
commit28566b5cdf39b6ece2bf039eafa1ac7a69b868dc (patch)
tree6cacad19f4e8fe0081da48cf3aa660d9c7fea2c5
parentd269c1aeb5cbd6adab2b8d739c4646fd959dd3fa (diff)
downloadlibhardware_legacy-linaro_android_4.0.3.tar.gz
give some time letting the wifi module successfully loadedlinaro_android_4.0.3
-rw-r--r--wifi/wifi.c2
1 files changed, 1 insertions, 1 deletions
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 {