Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369663
b: refs/heads/master
c: 542e15f
h: refs/heads/master
i:
  369661: eb3fad8
  369659: 6682a04
  369655: e8f1699
  369647: ada978b
  369631: fab699e
  369599: 960a7df
  369535: c1ad7d9
  369407: afbac47
  369151: c277d6e
  368639: ff4a465
v: v3
  • Loading branch information
Rafał Miłecki committed Apr 23, 2013
1 parent d9d4839 commit d89d107
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: a3764ef7a56913f0060247a7ed49bd2c74200d97
refs/heads/master: 542e15f35d296b958ff51d50af91223806a064cb
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ static void b43_nphy_rev2_rssi_cal(struct b43_wldev *dev, enum n_rssi_type type)
s32 currd;
for (vcm = 0; vcm < 4; vcm++) {
if (type == N_RSSI_NB)
currd = abs(results[vcm][i]);
currd = abs(results[vcm][i] - code * 8);
else
currd = abs(miniq[vcm][i / 2] - code * 8);

Expand Down

0 comments on commit d89d107

Please sign in to comment.