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

Commit 1f061315 authored by Chen, Chien-Chia's avatar Chen, Chien-Chia Committed by Greg Kroah-Hartman
Browse files

Staging: rt2860: fix previous patch error



Somehow Greg messed up the last patch and missed a chunk.  This patch
contains the missing chunk.

Acked-by: default avatarLee, Chun-Yi <jlee@novell.com>
Signed-off-by: default avatarChen, Chien-Chia <machen@novell.com>
Cc: stable <stable@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent be3e5b32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ void RT30xxReverseRFSleepModeSetup(struct rt_rtmp_adapter *pAd)

		/* VCO_IC, RF R7 register Bit 4 & Bit 5 to 1 */
		RT30xxReadRFRegister(pAd, RF_R07, &RFValue);
		RFValue |= 0x30;
		RFValue |= 0x20;
		RT30xxWriteRFRegister(pAd, RF_R07, RFValue);

		/* Idoh, RF R9 register Bit 1, Bit 2 & Bit 3 to 1 */