Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 542e15f3 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-

parent a3764ef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);