Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134909
b: refs/heads/master
c: 8821905
h: refs/heads/master
i:
  134907: 91770e7
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Feb 27, 2009
1 parent cef1a4a commit 5a18d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1cc8f476f1260758a364b68d299796a9edb9ac41
refs/heads/master: 8821905cfb65504f64e6beb014133bd2a998f5dc
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4179,6 +4179,9 @@ static int b43_wireless_core_init(struct b43_wldev *dev)
}
if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
if ((bus->bustype == SSB_BUSTYPE_PCI) &&
(bus->pcicore.dev->id.revision <= 10))
hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */
b43_hf_write(dev, hf);

b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
Expand Down

0 comments on commit 5a18d5a

Please sign in to comment.