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

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

staging: rtl8723au: Remove unused ODM_MacStatusQuery23a()

parent 79756e68
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -414,15 +414,6 @@ 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);
}
}


/*  For future use. */
void ODM_MacStatusQuery23a(struct dm_odm_t *pDM_Odm, u8 *pMacStatus, u8 MacID,
			bool bPacketMatchBSSID, bool bPacketToSelf,
			bool bPacketBeacon)
{
	/*  2011/10/19 Driver team will handle in the future. */

}

int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm)
int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm)
{
{
	if (pDM_Odm->SupportICType == ODM_RTL8723A)
	if (pDM_Odm->SupportICType == ODM_RTL8723A)
+0 −8
Original line number Original line Diff line number Diff line
@@ -152,14 +152,6 @@ ODM_PhyStatusQuery23a(
	struct odm_packet_info *pPktinfo
	struct odm_packet_info *pPktinfo
	);
	);


void ODM_MacStatusQuery23a(struct dm_odm_t *pDM_Odm,
	u8 *pMacStatus,
	u8 MacID,
	bool bPacketMatchBSSID,
	bool bPacketToSelf,
	bool bPacketBeacon
);

int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm);
int ODM_ConfigMACWithHeaderFile23a(struct dm_odm_t *pDM_Odm);


#endif
#endif