summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860
diff options
context:
space:
mode:
authorChen, Chien-Chia <machen@novell.com>2010-12-09 10:52:08 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-09 16:15:41 -0800
commit1f0613158ea14b399fd7a16470630a729ba9d0c3 (patch)
tree56b55b92a50c0a158bb3382bc06913fd1e3edd24 /drivers/staging/rt2860
parentbe3e5b32462790b91c14d5869fbabaf5bfe7c901 (diff)
downloadop-kernel-dev-1f0613158ea14b399fd7a16470630a729ba9d0c3.zip
op-kernel-dev-1f0613158ea14b399fd7a16470630a729ba9d0c3.tar.gz
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: 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>
Diffstat (limited to 'drivers/staging/rt2860')
-rw-r--r--drivers/staging/rt2860/chips/rt30xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt2860/chips/rt30xx.c b/drivers/staging/rt2860/chips/rt30xx.c
index e610d39..354debf 100644
--- a/drivers/staging/rt2860/chips/rt30xx.c
+++ b/drivers/staging/rt2860/chips/rt30xx.c
@@ -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 */
OpenPOWER on IntegriCloud