aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/odm_hwconfig.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2019-02-21 12:50:55 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 11:52:46 +0100
commit5241d965b49268c31e3a49ccc43536860f2091ef (patch)
tree34d6dfe7d5c6eebca447f260474938c90528fa14 /drivers/staging/rtl8188eu/include/odm_hwconfig.h
parentstaging: rtl8188eu: remove blank line between declarations (diff)
downloadlinux-dev-5241d965b49268c31e3a49ccc43536860f2091ef.tar.xz
linux-dev-5241d965b49268c31e3a49ccc43536860f2091ef.zip
staging: rtl8188eu: remove unused function declarations
There are no definitions of odm_DIGbyRSSI_LPS(), ODM_PhyStatusQuery() and ODM_MacStatusQuery() in the driver code. So remove the unused declarations from the headers odm.h and odm_hwconfig.h. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/rtl8188eu/include/odm_hwconfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/rtl8188eu/include/odm_hwconfig.h b/drivers/staging/rtl8188eu/include/odm_hwconfig.h
index 8cef32dc6350..2cd8a47a3673 100644
--- a/drivers/staging/rtl8188eu/include/odm_hwconfig.h
+++ b/drivers/staging/rtl8188eu/include/odm_hwconfig.h
@@ -93,18 +93,9 @@ struct phy_status_rpt {
#endif
};
-void odm_Init_RSSIForDM(struct odm_dm_struct *pDM_Odm);
-
void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
struct odm_phy_status_info *pPhyInfo,
u8 *pPhyStatus,
struct odm_per_pkt_info *pPktinfo);
-void ODM_MacStatusQuery(struct odm_dm_struct *pDM_Odm,
- u8 *pMacStatus,
- u8 MacID,
- bool bPacketMatchBSSID,
- bool bPacketToSelf,
- bool bPacketBeacon);
-
#endif