summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/odm_HWConfig.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2021-09-09 01:09:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-13 08:49:55 +0200
commitde898a769b1e69703418e42578c5119520b2e232 (patch)
tree9920efdabfa91f40d04211d512856b4d717e10b1 /drivers/staging/r8188eu/include/odm_HWConfig.h
parent9f419fe743a262af58b5447ade4870c1c4d9c0bb (diff)
downloadlinux-de898a769b1e69703418e42578c5119520b2e232.tar.bz2
staging: r8188eu: remove unused ODM_MacStatusQuery()
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>
Diffstat (limited to 'drivers/staging/r8188eu/include/odm_HWConfig.h')
-rw-r--r--drivers/staging/r8188eu/include/odm_HWConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/r8188eu/include/odm_HWConfig.h b/drivers/staging/r8188eu/include/odm_HWConfig.h
index 790ab4d1eff5..e2edcb7dbad6 100644
--- a/drivers/staging/r8188eu/include/odm_HWConfig.h
+++ b/drivers/staging/r8188eu/include/odm_HWConfig.h
@@ -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);