This is a note to let you know that I've just added the patch titled

    Staging: rt2860: fix previous patch error

to the 2.6.37-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     staging-rt2860-fix-previous-patch-error.patch
and it can be found in the queue-2.6.37 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 1f0613158ea14b399fd7a16470630a729ba9d0c3 Mon Sep 17 00:00:00 2001
From: Chen, Chien-Chia <[email protected]>
Date: Thu, 9 Dec 2010 10:52:08 +0800
Subject: Staging: rt2860: fix previous patch error

From: Chen, Chien-Chia <[email protected]>

commit 1f0613158ea14b399fd7a16470630a729ba9d0c3 upstream.

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

Acked-by: Lee, Chun-Yi <[email protected]>
Signed-off-by: Chen, Chien-Chia <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/staging/rt2860/chips/rt30xx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/rt2860/chips/rt30xx.c
+++ b/drivers/staging/rt2860/chips/rt30xx.c
@@ -441,7 +441,7 @@ void RT30xxReverseRFSleepModeSetup(struc
 
                /* 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 */


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.37/staging-rt3090-fix-rt3090-scan-ap-function.patch
queue-2.6.37/staging-rt2860-fix-previous-patch-error.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to