* [PATCH] staging: rtl8723bs: remove commented-out code in HalPhyRf.c
@ 2026-09-06 5:58 Jennifer Guo
0 siblings, 0 replies; only message in thread
From: Jennifer Guo @ 2026-09-06 5:58 UTC (permalink / raw)
To: linux-staging; +Cc: gregkh, guojy.bj
Remove this commented out else block.
Signed-off-by: Jennifer Guo <guojy.bj@gmail.com>
---
drivers/staging/rtl8723bs/hal/HalPhyRf.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/HalPhyRf.c b/drivers/staging/rtl8723bs/hal/HalPhyRf.c
index 449db21e8a0b..16a47197037e 100644
--- a/drivers/staging/rtl8723bs/hal/HalPhyRf.c
+++ b/drivers/staging/rtl8723bs/hal/HalPhyRf.c
@@ -225,8 +225,6 @@ void ODM_TXPowerTrackingCallback_ThermalMeter(struct adapter *Adapter)
}
if (pDM_Odm->RFCalibrateInfo.CCK_index > c.SwingTableSize_CCK - 1)
pDM_Odm->RFCalibrateInfo.CCK_index = c.SwingTableSize_CCK - 1;
- /* else if (pDM_Odm->RFCalibrateInfo.CCK_index < 0) */
- /* pDM_Odm->RFCalibrateInfo.CCK_index = 0; */
} else {
for (p = RF_PATH_A; p < c.RfPathCount; p++)
pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0;
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 5:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-06 5:58 [PATCH] staging: rtl8723bs: remove commented-out code in HalPhyRf.c Jennifer Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox