Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255862
b: refs/heads/master
c: c1c3dae
h: refs/heads/master
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jun 22, 2011
1 parent 9c13d24 commit 194e31a
Show file tree
Hide file tree
Showing 2 changed files with 8 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: bf4c02d5e772903be5bf8952bac730a2956d0619
refs/heads/master: c1c3daee97498f5d74bfd23531cfe23c8e14a619
8 changes: 7 additions & 1 deletion trunk/drivers/net/wireless/b43/phy_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ static void b43_radio_2059_channel_setup(struct b43_wldev *dev,

udelay(50);

/* TODO */
/* Calibration */
b43_radio_mask(dev, 0x2b, ~0x1);
b43_radio_mask(dev, 0x2e, ~0x4);
b43_radio_set(dev, 0x2e, 0x4);
b43_radio_set(dev, 0x2b, 0x1);

udelay(300);
}

static void b43_phy_ht_channel_setup(struct b43_wldev *dev,
Expand Down

0 comments on commit 194e31a

Please sign in to comment.