Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134908
b: refs/heads/master
c: 1cc8f47
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Feb 27, 2009
1 parent 91770e7 commit cef1a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 969d15cfab52c0af40c617fcbcc54cad6eaa4b32
refs/heads/master: 1cc8f476f1260758a364b68d299796a9edb9ac41
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4177,6 +4177,8 @@ static int b43_wireless_core_init(struct b43_wldev *dev)
if (phy->radio_rev < 6)
hf |= B43_HF_VCORECALC;
}
if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
b43_hf_write(dev, hf);

b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
Expand Down Expand Up @@ -4215,7 +4217,7 @@ static int b43_wireless_core_init(struct b43_wldev *dev)
b43_set_synth_pu_delay(dev, 1);
b43_bluetooth_coext_enable(dev);

ssb_bus_powerup(bus, 1); /* Enable dynamic PCTL */
ssb_bus_powerup(bus, !(sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW));
b43_upload_card_macaddress(dev);
b43_security_init(dev);
if (!dev->suspend_in_progress)
Expand Down

0 comments on commit cef1a4a

Please sign in to comment.