Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102788
b: refs/heads/master
c: 93416c8
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 3, 2008
1 parent c00fe09 commit c0c9f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b43441a49d1c64769ff90f34e9543b2ba840b517
refs/heads/master: 93416c871f8588446e80780f7d62fabc131c276b
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/libertas/if_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ static int if_cs_poll_while_fw_download(struct if_cs_card *card, uint addr, u8 r
{
int i;

for (i = 0; i < 1000; i++) {
for (i = 0; i < 100000; i++) {
u8 val = if_cs_read8(card, addr);
if (val == reg)
return i;
udelay(500);
udelay(5);
}
return -ETIME;
}
Expand Down

0 comments on commit c0c9f70

Please sign in to comment.