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

Commit 30115c22 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville
Browse files

b43: N-PHY: fix infinite-loop-typo

parent 04348f27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2964,7 +2964,7 @@ static int b43_nphy_rev2_cal_rx_iq(struct b43_wldev *dev,
					(2 - i));
		}

		for (j = 0; i < 4; j++) {
		for (j = 0; j < 4; j++) {
			if (j < 3) {
				cur_lna = lna[j];
				cur_hpf1 = hpf1[j];