Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360810
b: refs/heads/master
c: 3e7a4ff
h: refs/heads/master
v: v3
  • Loading branch information
Avinash Patil authored and John W. Linville committed Feb 27, 2013
1 parent a0fd3cb commit 8efd0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3412f2f086ea7531378fabe756bd4a1109994ae6
refs/heads/master: 3e7a4ff7c5b6423ddb644df9c41b8b6d2fb79d30
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int mwifiex_pm_wakeup_card(struct mwifiex_adapter *adapter)
i++;
usleep_range(10, 20);
/* 50ms max wait */
if (i == 50000)
if (i == 5000)
break;
}

Expand Down

0 comments on commit 8efd0c3

Please sign in to comment.