]> Pileus Git - ~andy/linux/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>
Fri, 10 Dec 2010 00:15:41 +0000 (16:15 -0800)
Somehow Greg messed up the last patch and missed a chunk.  This patch
contains the missing chunk.

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

index e610d39bdca7d453ea224b13c5b2f7524e1f756d..354debfe1477801ddbf60bd56da782b8e5e3dd52 100644 (file)
@@ -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 */