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

Commit 46b37831 authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo
Browse files

rtl8xxxu: 8192eu Fix bug in LDPC RX hang fix



Write the adjusted value back to the correct register

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 31133da7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7967,7 +7967,7 @@ static int rtl8xxxu_init_device(struct ieee80211_hw *hw)
		rtl8xxxu_write8(priv, REG_8192E_LDOV12_CTRL, 0x75);
		val32 &= 0xfff00fff;
		val32 |= 0x0007e000;
		rtl8xxxu_write32(priv, REG_8192E_LDOV12_CTRL, val32);
		rtl8xxxu_write32(priv, REG_AFE_MISC, val32);
	}
exit:
	return ret;