Staging: rt28x0: fix BPP_R66 register handling
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
74eaa42b5c
commit
7765e89d20
|
@ -2077,7 +2077,6 @@ VOID RTMPResumeMsduTransmission(
|
|||
{
|
||||
DBGPRINT(RT_DEBUG_TRACE,("SCAN done, resume MSDU transmission ...\n"));
|
||||
|
||||
#ifdef RT30xx
|
||||
// After finish BSS_SCAN_IN_PROGRESS, we need to restore Current R66 value
|
||||
// R66 should not be 0
|
||||
if (pAd->BbpTuning.R66CurrentValue == 0)
|
||||
|
@ -2085,7 +2084,7 @@ VOID RTMPResumeMsduTransmission(
|
|||
pAd->BbpTuning.R66CurrentValue = 0x38;
|
||||
DBGPRINT_ERR(("RTMPResumeMsduTransmission, R66CurrentValue=0...\n"));
|
||||
}
|
||||
#endif
|
||||
|
||||
RTMP_BBP_IO_WRITE8_BY_REG_ID(pAd, BBP_R66, pAd->BbpTuning.R66CurrentValue);
|
||||
|
||||
RTMP_CLEAR_FLAG(pAd, fRTMP_ADAPTER_BSS_SCAN_IN_PROGRESS);
|
||||
|
|
Loading…
Reference in New Issue