Commit 0b6cf7fe authored by Chien-Chia Chen's avatar Chien-Chia Chen Committed by Greg Kroah-Hartman

Staging: rt2860: fix previous patch error

commit 1f061315 upstream.

Somehow Greg messed up the last patch and missed a chunk.  This patch
contains the missing chunk.
Acked-by: default avatarChun-Yi Lee <jlee@novell.com>
Signed-off-by: default avatarChien-Chia Chen <machen@novell.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6708811f
......@@ -441,7 +441,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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment