Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111414
b: refs/heads/master
c: 0b7dcd9
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Sep 8, 2008
1 parent 2f7be49 commit f169ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cb24f57fe6f94a445fad8fab6ebdde7c51857895
refs/heads/master: 0b7dcd9652c8d6b2a0dd04f3a3e6ca0574560042
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,8 @@ static int b43_chip_init(struct b43_wldev *dev)
if (err)
goto err_gpio_clean;

b43_write16(dev, 0x03E6, 0x0000);
/* Turn the Analog on and initialize the PHY. */
phy->ops->switch_analog(dev, 1);
err = b43_phy_init(dev);
if (err)
goto err_gpio_clean;
Expand Down

0 comments on commit f169ca9

Please sign in to comment.