Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256101
b: refs/heads/master
c: bfc8dfe
h: refs/heads/master
i:
  256099: f2ddd1f
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jun 29, 2011
1 parent 579693c commit d73d76e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: feb90636cc6a99733d3b0b18344b04ca2d2f203e
refs/heads/master: bfc8dfec45237e4c9e28f96fdb91167e7e8ddb96
7 changes: 6 additions & 1 deletion trunk/drivers/net/wireless/b43/phy_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,14 @@ static void b43_phy_ht_channel_setup(struct b43_wldev *dev,

/* TODO: separated function? */
for (i = 0; i < 3; i++) {
u16 mask;
u32 tmp = b43_httab_read(dev, B43_HTTAB32(26, 0xE8));

/* TODO: some op on PHY reg 0x908 */
if (0) /* FIXME */
mask = 0x2 << (i * 4);
else
mask = 0;
b43_phy_mask(dev, B43_PHY_EXTG(0x108), mask);

b43_httab_write(dev, B43_HTTAB16(7, 0x110 + i), tmp >> 16);
b43_httab_write(dev, B43_HTTAB8(13, 0x63 + (i * 4)),
Expand Down

0 comments on commit d73d76e

Please sign in to comment.