Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1352600

[PATCH] Bluetooth: btmrvl_sdio: fix firmware activation failure

From Wei-Ning Huang <wnhuang@chromium.org>
Newsgroups linux.kernel
Subject [PATCH] Bluetooth: btmrvl_sdio: fix firmware activation failure
Date 2016-03-08 04:50 +0100
Message-ID <ragOJ-3ML-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Wei-Ning Huang <wnhuang@chromium.org>

In some case, the btmrvl_sdio firmware would fail to active within the
polling time. Increase the polling interval to 100 msec to fix the
issue.

Signed-off-by: Wei-Ning Huang <wnhuang@chromium.org>
Signed-off-by: Wei-Ning Huang <wnhuang@google.com>
---
 drivers/bluetooth/btmrvl_sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c
index 6ed8acf..c6ef248 100644
--- a/drivers/bluetooth/btmrvl_sdio.c
+++ b/drivers/bluetooth/btmrvl_sdio.c
@@ -371,7 +371,7 @@ static int btmrvl_sdio_verify_fw_download(struct btmrvl_sdio_card *card,
 		if (firmwarestat == FIRMWARE_READY)
 			return 0;
 
-		msleep(10);
+		msleep(100);
 	}
 
 	return -ETIMEDOUT;
-- 
2.7.0.rc3.207.g0ac5344

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] Bluetooth: btmrvl_sdio: fix firmware activation failure Wei-Ning Huang <wnhuang@chromium.org> - 2016-03-08 04:50 +0100
  Re: [PATCH] Bluetooth: btmrvl_sdio: fix firmware activation failure Marcel Holtmann <marcel@holtmann.org> - 2016-03-08 19:30 +0100

csiph-web