mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove code for ENABLE_USB_DROP_INCORRECT_OUT and DISABLE_BB_RF
Neither is selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
6b83fa17db
commit
90575aca87
4 changed files with 3 additions and 65 deletions
|
@ -1925,10 +1925,6 @@ if (*(pDM_Odm->mp_mode) == 1)
|
|||
if (bSingleTone || bCarrierSuppression)
|
||||
return;
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (bReCovery)
|
||||
{
|
||||
ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("PHY_IQCalibrate_8188E: Return due to bReCovery!\n"));
|
||||
|
@ -2089,12 +2085,6 @@ if (*(pDM_Odm->mp_mode) == 1)
|
|||
bCarrierSuppression = pMptCtx->bCarrierSuppression;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (!(pDM_Odm->SupportAbility & ODM_RF_CALIBRATION))
|
||||
{
|
||||
return;
|
||||
|
@ -2136,10 +2126,6 @@ PHY_APCalibrate_8188E(
|
|||
struct hal_data_8188e *pHalData = GET_HAL_DATA(pAdapter);
|
||||
struct odm_dm_struct * pDM_Odm = &pHalData->odmpriv;
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
|
||||
return;
|
||||
if (!(pDM_Odm->SupportAbility & ODM_RF_CALIBRATION))
|
||||
return;
|
||||
|
@ -2200,10 +2186,6 @@ void PHY_SetRFPathSwitch_8188E(
|
|||
struct hal_data_8188e *pHalData = GET_HAL_DATA(pAdapter);
|
||||
struct odm_dm_struct * pDM_Odm = &pHalData->odmpriv;
|
||||
|
||||
#if DISABLE_BB_RF
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (pDM_Odm->RFType == ODM_2T2R) {
|
||||
phy_SetRFPathSwitch_8188E(pAdapter, bMain, true);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue