mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: odm_dtc(): Remove no-op function
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8cba07d71d
commit
8122a8c88e
|
@ -280,8 +280,6 @@ void ODM_DMWatchdog23a(struct rtw_adapter *adapter)
|
|||
|
||||
ODM_TXPowerTrackingCheck23a(pDM_Odm);
|
||||
odm_EdcaTurboCheck23a(pDM_Odm);
|
||||
|
||||
odm_dtc(pDM_Odm);
|
||||
}
|
||||
|
||||
/* */
|
||||
|
@ -1663,8 +1661,3 @@ bool ODM_SingleDualAntennaDetection(struct dm_odm_t *pDM_Odm, u8 mode)
|
|||
}
|
||||
return bResult;
|
||||
}
|
||||
|
||||
/* Justin: According to the current RRSI to adjust Response Frame TX power, 2012/11/05 */
|
||||
void odm_dtc(struct dm_odm_t *pDM_Odm)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -942,6 +942,4 @@ void ODM_SingleDualAntennaDefaultSetting(struct dm_odm_t *pDM_Odm);
|
|||
|
||||
bool ODM_SingleDualAntennaDetection(struct dm_odm_t *pDM_Odm, u8 mode);
|
||||
|
||||
void odm_dtc(struct dm_odm_t *pDM_Odm);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue