Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194147
b: refs/heads/master
c: e58b125
h: refs/heads/master
i:
  194145: be38bc3
  194143: 83b8e3b
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Mar 31, 2010
1 parent e185c1e commit cc6f350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f19ebe7d772a3b48743fa798ad979a4ee3cb64e2
refs/heads/master: e58b1253f1e850b4469964d7b92cf230196223c0
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ static void b43_radio_2055_setup(struct b43_wldev *dev,

b43_chantab_radio_upload(dev, e);
udelay(50);
b43_radio_write(dev, B2055_VCO_CAL10, 5);
b43_radio_write(dev, B2055_VCO_CAL10, 45);
b43_radio_write(dev, B2055_VCO_CAL10, 0x05);
b43_radio_write(dev, B2055_VCO_CAL10, 0x45);
b43_read32(dev, B43_MMIO_MACCTL); /* flush writes */
b43_radio_write(dev, B2055_VCO_CAL10, 65);
b43_radio_write(dev, B2055_VCO_CAL10, 0x65);
udelay(300);
}

Expand Down

0 comments on commit cc6f350

Please sign in to comment.