Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35119
b: refs/heads/master
c: 48c86da
h: refs/heads/master
i:
  35117: e0668a0
  35115: 34e66e0
  35111: e7737f0
  35103: e8c716f
v: v3
  • Loading branch information
John W. Linville committed Jul 31, 2006
1 parent 5ab7f0d commit d1b733e
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: 894b62748bec22a98e636ed40221b27d1b9094b7
refs/heads/master: 48c86da1a211ef13bbfb1c8f2e35dda44a66b8a1
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/bcm43xx/bcm43xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ void bcm43xx_mac_suspend(struct bcm43xx_private *bcm)
bcm43xx_read32(bcm, BCM43xx_MMIO_STATUS_BITFIELD)
& ~BCM43xx_SBF_MAC_ENABLED);
bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON); /* dummy read */
for (i = 100000; i; i--) {
for (i = 10000; i; i--) {
tmp = bcm43xx_read32(bcm, BCM43xx_MMIO_GEN_IRQ_REASON);
if (tmp & BCM43xx_IRQ_READY)
goto out;
Expand Down

0 comments on commit d1b733e

Please sign in to comment.