Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194355
b: refs/heads/master
c: ac1a474
h: refs/heads/master
i:
  194353: 4bac2a8
  194351: b25a8ac
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Apr 16, 2010
1 parent 885cfae commit 5463c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96021f096e5178582af296a2fbb6df7dbd6b695c
refs/heads/master: ac1a474d71d6cbf94bf26889da5768f5f2b0ca2b
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/libertas/if_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@ static int if_sdio_prog_helper(struct if_sdio_card *card)
if (ret)
goto release;

/* On some platforms (like Davinci) the chip needs more time
* between helper blocks.
*/
mdelay(2);

chunk_size = min(size, (size_t)60);

*((__le32*)chunk_buffer) = cpu_to_le32(chunk_size);
Expand Down

0 comments on commit 5463c2e

Please sign in to comment.