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

Commit 6b128a01 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Kalle Valo
Browse files

brcm80211: simplify assignment



Simplify assignment in wlc_phy_rxcal_gainctrl_nphy_rev5.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: default avatarArend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent a81605b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27017,7 +27017,7 @@ wlc_phy_rxcal_gainctrl_nphy_rev5(struct brcms_phy *pi, u8 rx_core,
		tx_core = 1 - rx_core;
	num_samps = 1024;
	desired_log2_pwr = (cal_type == 0) ? 13 : 13;
	desired_log2_pwr = 13;
	wlc_phy_rx_iq_coeffs_nphy(pi, 0, &save_comp);
	zero_comp.a0 = zero_comp.b0 = zero_comp.a1 = zero_comp.b1 = 0x0;