taging: rtl8723au: Remove empty function odm_Init_RSSIForDM23a
The function odm_Init_RSSIForDM23a is empty and therefore there is no use of keeping it. Also, remove its prototype. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d9209cb8f1
commit
7a90b826cd
@ -270,10 +270,6 @@ static void odm_RxPhyStatus92CSeries_Parsing(struct dm_odm_t *pDM_Odm,
|
||||
}
|
||||
}
|
||||
|
||||
void odm_Init_RSSIForDM23a(struct dm_odm_t *pDM_Odm)
|
||||
{
|
||||
}
|
||||
|
||||
static void odm_Process_RSSIForDM(struct dm_odm_t *pDM_Odm,
|
||||
struct phy_info *pPhyInfo,
|
||||
struct odm_packet_info *pPktinfo)
|
||||
|
@ -142,8 +142,6 @@ struct phy_status_rpt_8195 {
|
||||
};
|
||||
|
||||
|
||||
void odm_Init_RSSIForDM23a(struct dm_odm_t *pDM_Odm);
|
||||
|
||||
void
|
||||
ODM_PhyStatusQuery23a(
|
||||
struct dm_odm_t *pDM_Odm,
|
||||
|
Loading…
Reference in New Issue
Block a user