Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265621
b: refs/heads/master
c: f457f18
h: refs/heads/master
i:
  265619: 0ec5bfd
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Aug 22, 2011
1 parent ac2c2d1 commit ef760f6
Show file tree
Hide file tree
Showing 2 changed files with 23 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: 15222b582dc761ba1eb1ed47367df43f803f3670
refs/heads/master: f457f1842d3ad0f24cc0b181e60b6c59ed1d90ba
22 changes: 22 additions & 0 deletions trunk/drivers/net/wireless/b43/phy_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,28 @@ static int b43_phy_ht_op_init(struct b43_wldev *dev)

b43_phy_ht_zero_extg(dev);

/* TODO: PHY op on reg B43_PHY_EXTG(0) */

b43_phy_write(dev, B43_PHY_HT_AFE_CTL1, 0);
b43_phy_write(dev, B43_PHY_HT_AFE_CTL3, 0);
b43_phy_write(dev, B43_PHY_HT_AFE_CTL5, 0);

b43_phy_write(dev, B43_PHY_EXTG(0x103), 0x20);
b43_phy_write(dev, B43_PHY_EXTG(0x101), 0x20);
b43_phy_write(dev, 0x20d, 0xb8);
b43_phy_write(dev, B43_PHY_EXTG(0x14f), 0xc8);
b43_phy_write(dev, 0x70, 0x50);
b43_phy_write(dev, 0x1ff, 0x30);

if (0) /* TODO: condition */
; /* TODO: PHY op on reg 0x217 */

; /* TODO: PHY op on reg 0xb0 */

; /* TODO: PHY ops on regs 0xb1, 0x32f, 0x077, 0x0b4, 0x17e */

b43_phy_write(dev, 0x0b9, 0x0072);

return 0;
}

Expand Down

0 comments on commit ef760f6

Please sign in to comment.