staging: rtl8188eu: remove unused function declarations
authorMichael Straube <straube.linux@gmail.com>
Thu, 21 Feb 2019 11:50:55 +0000 (12:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:52:46 +0000 (11:52 +0100)
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>
drivers/staging/rtl8188eu/include/odm.h
drivers/staging/rtl8188eu/include/odm_hwconfig.h

index 947481de9cb1e41ec0578daa1402bd431c1d708b..8245cea2feeffe9f409a2073df44b03febb9a677 100644 (file)
@@ -1045,7 +1045,6 @@ extern    u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8];
 
 void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal);
 void ODM_TXPowerTrackingCheck(struct odm_dm_struct *pDM_Odm);
-void odm_DIGbyRSSI_LPS(struct odm_dm_struct *pDM_Odm);
 void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres);
 bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI,
                      bool bForceUpdate, u8 *pRATRState);
index 8cef32dc63505a7577d6dcde033a8def8f82fc51..2cd8a47a36735f134859068c2933a11f3fdf39c3 100644 (file)
@@ -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