Commit c328eee4 authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: remove wrapping static function

parent 56f0c0df
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -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. */
/*  */