]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: rtl8723au: Remove unused ODM_MacStatusQuery23a()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 13 Jul 2014 07:32:08 +0000 (09:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jul 2014 19:14:32 +0000 (12:14 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/odm_HWConfig.c
drivers/staging/rtl8723au/include/odm_HWConfig.h

index 40fea7de7a1096509a5c0c9a78bd2df50cd8d88c..b3c711ad0ead16c6843975b5e33782f1863a1b98 100644 (file)
@@ -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)
index 6fe6f70de358ec0c1e316e1584f434b2a462a205..2d0fc86a297e29fcbe375d1585ebe9651b0e80b9 100644 (file)
@@ -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