mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
staging: rtl8723au: Remove unused ODM_MacStatusQuery23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
79756e687c
commit
f467c2b214
@@ -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);
|
||||
}
|
||||
|
||||
/* 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)
|
||||
{
|
||||
if (pDM_Odm->SupportICType == ODM_RTL8723A)
|
||||
|
||||
@@ -152,14 +152,6 @@ ODM_PhyStatusQuery23a(
|
||||
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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user