staging: r8188eu: remove unused ODM_MacStatusQuery()
authorMichael Straube <straube.linux@gmail.com>
Wed, 8 Sep 2021 23:09:53 +0000 (01:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:55 +0000 (08:49 +0200)
Function ODM_MacStatusQuery() is unused and empty, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210908230953.16931-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/odm_HWConfig.c
drivers/staging/r8188eu/include/odm_HWConfig.h

index db4c072ec6c5216b22209a96e3d909d35da82f38..0a07795e3912a76c3fbe79630c7c099d68e9034a 100644 (file)
@@ -519,14 +519,6 @@ void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
        ODM_PhyStatusQuery_92CSeries(dm_odm, pPhyInfo, pPhyStatus, pPktinfo, adapt);
 }
 
-/*  For future use. */
-void ODM_MacStatusQuery(struct odm_dm_struct *dm_odm, u8 *mac_stat,
-                       u8 macid, bool pkt_match_bssid,
-                       bool pkttoself, bool pkt_beacon)
-{
-       /*  2011/10/19 Driver team will handle in the future. */
-}
-
 enum HAL_STATUS ODM_ConfigRFWithHeaderFile(struct odm_dm_struct *dm_odm,
                                           enum rf_radio_path content,
                                           enum rf_radio_path rfpath)
index 790ab4d1eff51196f51e8ef66fb3948e86e22f8c..e2edcb7dbad68825992e33a41ae9d885dd880a3a 100644 (file)
@@ -95,13 +95,6 @@ void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
                        struct odm_per_pkt_info *pPktinfo,
                        struct adapter *adapt);
 
-void ODM_MacStatusQuery(struct odm_dm_struct *pDM_Odm,
-                       u8 *pMacStatus,
-                       u8      MacID,
-                       bool    bPacketMatchBSSID,
-                       bool    bPacketToSelf,
-                       bool    bPacketBeacon);
-
 enum HAL_STATUS ODM_ConfigRFWithHeaderFile(struct odm_dm_struct *pDM_Odm,
                                           enum rf_radio_path Content,
                                           enum rf_radio_path eRFPath);