summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-08-12 14:05:23 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-12 14:05:23 -0700
commit841667015b0781419ee944801f45ba2d10f7203d (patch)
tree0c21d5940e7a09fa32ee04e09dab1376ad0555c4
parent582a15744be109fb630db7dbd1d1bdf22ff44f12 (diff)
parent18813312989f2272e1e6306f681e6120a7c54a68 (diff)
downloadlibhardware_legacy-841667015b0781419ee944801f45ba2d10f7203d.tar.gz
Merge "wifi: Wait for sdio card removal"
-rw-r--r--wifi/wifi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/wifi.c b/wifi/wifi.c
index a1c553e..be0aaeb 100644
--- a/wifi/wifi.c
+++ b/wifi/wifi.c
@@ -242,6 +242,7 @@ int wifi_unload_driver()
break;
usleep(500000);
}
+ usleep(300000); /* allow card removal */
if (count) {
return 0;
}