提交 542e15f3 编写于 作者: R Rafał Miłecki

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

Signed-off-by: NRafał Miłecki <zajec5@gmail.com>
上级 a3764ef7
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册