staging: rtl8723bs: remove wrapping static function

remove unneeded wrapping static function in
hal/odm_HWConif.c

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/786fc4d72db2a4b5e22c95e0e1437cfb734e1218.1628329348.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Fabio Aiuto 2021-08-07 11:47:58 +02:00 committed by Greg Kroah-Hartman
parent 56f0c0df5e
commit c328eee4ff

View file

@ -393,7 +393,7 @@ static void odm_Process_RSSIForDM(
/* */
/* Endianness before calling this API */
/* */
static void ODM_PhyStatusQuery_92CSeries(
void ODM_PhyStatusQuery(
struct dm_odm_t *dm_odm,
struct odm_phy_info *phy_info,
u8 *phy_status,
@ -407,17 +407,6 @@ static void ODM_PhyStatusQuery_92CSeries(
odm_Process_RSSIForDM(dm_odm, phy_info, pkt_info);
}
void ODM_PhyStatusQuery(
struct dm_odm_t *pDM_Odm,
struct odm_phy_info *pPhyInfo,
u8 *pPhyStatus,
struct odm_packet_info *pPktinfo
)
{
ODM_PhyStatusQuery_92CSeries(pDM_Odm, pPhyInfo, pPhyStatus, pPktinfo);
}
/* */
/* If you want to add a new IC, Please follow below template and generate a new one. */
/* */