Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134883
b: refs/heads/master
c: c493b01
h: refs/heads/master
i:
  134881: 7689719
  134879: 4fc9281
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Feb 27, 2009
1 parent 88c789f commit d68f453
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e05eac37946a51efcedcc1b9cddb10af15628902
refs/heads/master: c493b017e0631ac023f904a732e8b615d4870426
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/lo.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ struct b43_lo_calib * b43_calibrate_lo_setting(struct b43_wldev *dev,
| rfatt->att);
b43_radio_write16(dev, txctl_reg,
(b43_radio_read16(dev, txctl_reg) & ~txctl_value)
| (rfatt->with_padmix) ? txctl_value : 0);
| (rfatt->with_padmix ? txctl_value : 0));

max_rx_gain = rfatt->att * 2;
max_rx_gain += bbatt->att / 2;
Expand Down

0 comments on commit d68f453

Please sign in to comment.