|
@@ -442,7 +442,7 @@ void RT30xxReverseRFSleepModeSetup(struct rt_rtmp_adapter *pAd)
|
|
|
|
|
|
/* VCO_IC, RF R7 register Bit 4 & Bit 5 to 1 */
|
|
/* VCO_IC, RF R7 register Bit 4 & Bit 5 to 1 */
|
|
RT30xxReadRFRegister(pAd, RF_R07, &RFValue);
|
|
RT30xxReadRFRegister(pAd, RF_R07, &RFValue);
|
|
- RFValue |= 0x30;
|
|
|
|
|
|
+ RFValue |= 0x20;
|
|
RT30xxWriteRFRegister(pAd, RF_R07, RFValue);
|
|
RT30xxWriteRFRegister(pAd, RF_R07, RFValue);
|
|
|
|
|
|
/* Idoh, RF R9 register Bit 1, Bit 2 & Bit 3 to 1 */
|
|
/* Idoh, RF R9 register Bit 1, Bit 2 & Bit 3 to 1 */
|