b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
This commit is contained in:
parent
a3764ef7a5
commit
542e15f35d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user