summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
Diffstat (limited to 'wifi')
-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;
}