Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9464cac7 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove obfuscating wrapper ODM_ConfigMACWithHeaderFile23a()

parent f467c2b2
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -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);
	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;
}
+1 −2
Original line number Original line Diff line number Diff line
@@ -425,8 +425,7 @@ int PHY_MACConfig8723A(struct rtw_adapter *Adapter)
	/*  */
	/*  */
	/*  Config MAC */
	/*  Config MAC */
	/*  */
	/*  */
	if (ODM_ConfigMACWithHeaderFile23a(&pHalData->odmpriv) == _FAIL)
	ODM_ReadAndConfig_MAC_REG_8723A(&pHalData->odmpriv);
		rtStatus = _FAIL;


	/*  2010.07.13 AMPDU aggregation number 9 */
	/*  2010.07.13 AMPDU aggregation number 9 */
	/* rtw_write16(Adapter, REG_MAX_AGGR_NUM, MAX_AGGR_NUM); */
	/* rtw_write16(Adapter, REG_MAX_AGGR_NUM, MAX_AGGR_NUM); */
+0 −2
Original line number Original line Diff line number Diff line
@@ -152,6 +152,4 @@ ODM_PhyStatusQuery23a(
	struct odm_packet_info *pPktinfo
	struct odm_packet_info *pPktinfo
	);
	);


int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm);

#endif
#endif