From 32bc8d519a822c43597bb10c061688bcb5e67a5a Mon Sep 17 00:00:00 2001 From: Radek Polak Date: Fri, 9 Apr 2010 09:18:02 +0200 Subject: [PATCH 04/14] ar6000_delay.patch patch from https://docs.openmoko.org/trac/ticket/2327 - wifi is working good (100% until now) for me with this patch. Signed-off-by: Martin Jansa --- drivers/ar6000/hif/hif2.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/ar6000/hif/hif2.c b/drivers/ar6000/hif/hif2.c index 386d96e..90178d0 100644 --- a/drivers/ar6000/hif/hif2.c +++ b/drivers/ar6000/hif/hif2.c @@ -517,6 +517,8 @@ static int ar6000_do_activate(struct hif_device *hif) goto out_func_ready; } + mdelay (10); + ret = htcCallbacks.deviceInsertedHandler(hif); if (ret == A_OK) return 0; -- 1.7.2.2