mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723au: Remove obfuscating wrapper ODM_ConfigMACWithHeaderFile23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f467c2b214
commit
9464cac7c9
|
@ -413,10 +413,3 @@ void ODM_PhyStatusQuery23a(struct dm_odm_t *pDM_Odm, struct phy_info *pPhyInfo,
|
|||
{
|
||||
ODM_PhyStatusQuery23a_92CSeries(pDM_Odm, pPhyInfo, pPhyStatus, pPktinfo);
|
||||
}
|
||||
|
||||
int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm)
|
||||
{
|
||||
if (pDM_Odm->SupportICType == ODM_RTL8723A)
|
||||
ODM_ReadAndConfig_MAC_REG_8723A(pDM_Odm);
|
||||
return _SUCCESS;
|
||||
}
|
||||
|
|
|
@ -425,8 +425,7 @@ int PHY_MACConfig8723A(struct rtw_adapter *Adapter)
|
|||
/* */
|
||||
/* Config MAC */
|
||||
/* */
|
||||
if (ODM_ConfigMACWithHeaderFile23a(&pHalData->odmpriv) == _FAIL)
|
||||
rtStatus = _FAIL;
|
||||
ODM_ReadAndConfig_MAC_REG_8723A(&pHalData->odmpriv);
|
||||
|
||||
/* 2010.07.13 AMPDU aggregation number 9 */
|
||||
/* rtw_write16(Adapter, REG_MAX_AGGR_NUM, MAX_AGGR_NUM); */
|
||||
|
|
|
@ -152,6 +152,4 @@ ODM_PhyStatusQuery23a(
|
|||
struct odm_packet_info *pPktinfo
|
||||
);
|
||||
|
||||
int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue