staging: rtl8188eu: Remove dummy function odm_DynamicTxPower()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
17452ee9d3
commit
83f53fceec
@ -221,7 +221,6 @@ void ODM_DMWatchdog(struct odm_dm_struct *pDM_Odm)
|
||||
|
||||
ODM_TXPowerTrackingCheck(pDM_Odm);
|
||||
odm_EdcaTurboCheck(pDM_Odm);
|
||||
odm_DynamicTxPower(pDM_Odm);
|
||||
}
|
||||
|
||||
/* Init /.. Fixed HW value. Only init time. */
|
||||
@ -1110,19 +1109,6 @@ void odm_DynamicTxPowerInit(struct odm_dm_struct *pDM_Odm)
|
||||
pdmpriv->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal;
|
||||
}
|
||||
|
||||
void odm_DynamicTxPower(struct odm_dm_struct *pDM_Odm)
|
||||
{
|
||||
/* For AP/ADSL use struct rtl8192cd_priv * */
|
||||
/* For CE/NIC use struct adapter * */
|
||||
|
||||
if (!(pDM_Odm->SupportAbility & ODM_BB_DYNAMIC_TXPWR))
|
||||
return;
|
||||
|
||||
/* 2012/01/12 MH According to Luke's suggestion, only high power will support the feature. */
|
||||
if (!pDM_Odm->ExtPA)
|
||||
return;
|
||||
}
|
||||
|
||||
/* 3============================================================ */
|
||||
/* 3 RSSI Monitor */
|
||||
/* 3============================================================ */
|
||||
|
@ -71,7 +71,6 @@ void odm_RefreshRateAdaptiveMaskMP(struct odm_dm_struct *pDM_Odm);
|
||||
void odm_DynamicBBPowerSaving(struct odm_dm_struct *pDM_Odm);
|
||||
void odm_SwAntDivChkAntSwitch(struct odm_dm_struct *pDM_Odm, u8 Step);
|
||||
void odm_EdcaTurboCheck(struct odm_dm_struct *pDM_Odm);
|
||||
void odm_DynamicTxPower(struct odm_dm_struct *pDM_Odm);
|
||||
void odm_CommonInfoSelfInit(struct odm_dm_struct *pDM_Odm);
|
||||
void odm_RSSIMonitorCheck(struct odm_dm_struct *pDM_Odm);
|
||||
void odm_RefreshRateAdaptiveMask(struct odm_dm_struct *pDM_Odm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user