]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: rt2860: fix previous patch error
authorChen, Chien-Chia <machen@novell.com>
Thu, 9 Dec 2010 02:52:08 +0000 (10:52 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:44:42 +0000 (12:44 -0700)
commit 1f0613158ea14b399fd7a16470630a729ba9d0c3 upstream.

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

Acked-by: Chun-Yi Lee <jlee@novell.com>
Signed-off-by: Chien-Chia Chen <machen@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/chips/rt30xx.c

index 7f34c07a330dc1c65604a0f335342ea9d9b2152a..777b33309c7c779476be6f2def033ff5f5a08120 100644 (file)
@@ -444,7 +444,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 */