Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7765e89d authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman
Browse files

Staging: rt28x0: fix BPP_R66 register handling

parent 74eaa42b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);