ret_val = Value;
        ret_val /= 2;
 
-       /* ODM_RT_DISP(FRX, RX_PHY_SQ, ("EVMdbToPercentage92C Value =%d / %x\n", ret_val, ret_val)); */
-
        if (ret_val >= 0)
                ret_val = 0;
        if (ret_val <= -33)
                        /* Translate DBM to percentage. */
                        RSSI = odm_QueryRxPwrPercentage(rx_pwr[i]);
                        total_rssi += RSSI;
-                       /* RT_DISP(FRX, RX_PHY_SS, ("RF-%d RXPWR =%x RSSI =%d\n", i, rx_pwr[i], RSSI)); */
 
                        pPhyInfo->rx_mimo_signal_strength[i] = (u8) RSSI;
 
                rx_pwr_all = (((pPhyStaRpt->cck_sig_qual_ofdm_pwdb_all) >> 1)&0x7f)-110;
 
                PWDB_ALL_BT = PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all);
-               /* RT_DISP(FRX, RX_PHY_SS, ("PWDB_ALL =%d\n", PWDB_ALL)); */
 
                pPhyInfo->rx_pwd_ba11 = PWDB_ALL;
                pPhyInfo->bt_rx_rssi_percentage = PWDB_ALL_BT;
                                /*  value to positive one, then the dbm value (which is supposed to be negative)  is not correct anymore. */
                                EVM = odm_EVMdbToPercentage((pPhyStaRpt->stream_rxevm[i]));     /* dbm */
 
-                               /* RT_DISP(FRX, RX_PHY_SQ, ("RXRATE =%x RXEVM =%x EVM =%s%d\n", */
-                               /* GET_RX_STATUS_DESC_RX_MCS(pDesc), pDrvInfo->rxevm[i], "%", EVM)); */
-
                                /* if (pPktinfo->bPacketMatchBSSID) */
                                {
                                        if (i == ODM_RF_PATH_A) /*  Fill value in RFD, Get the first spatial stream only */
 
        retU2 = ((bank-1)*EFUSE_BT_REAL_BANK_CONTENT_LEN)+efuse_addr;
        if (bPseudoTest) {
                pEfuseHal->fakeBTEfuseUsedBytes = retU2;
-               /* RT_DISP(FEEPROM, EFUSE_PG, ("Hal_EfuseGetCurrentSize_BT92C(), already use %u bytes\n", pEfuseHal->fakeBTEfuseUsedBytes)); */
        } else {
                pEfuseHal->BTEfuseUsedBytes = retU2;
-               /* RT_DISP(FEEPROM, EFUSE_PG, ("Hal_EfuseGetCurrentSize_BT92C(), already use %u bytes\n", pEfuseHal->BTEfuseUsedBytes)); */
        }
 
        return retU2;