Commit edccaa4c authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: rename ODM_PhyStatusQuery()



Rename ODM_PhyStatusQuery() to odm_phy_status_query() to avoid camel
case.

Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210306081133.1272-1-straube.linux@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5866bce0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ static void odm_Process_RSSIForDM(struct odm_dm_struct *dm_odm,
}

/*  Endianness before calling this API */
void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
void odm_phy_status_query(struct odm_dm_struct *dm_odm,
			  struct odm_phy_status_info *pPhyInfo,
			  u8 *pPhyStatus, struct odm_per_pkt_info *pPktinfo)
{
+2 −2
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ void update_recvframe_phyinfo_88e(struct recv_frame *precvframe,
		pkt_info.StationID = psta->mac_id;
	pkt_info.Rate = pattrib->mcs_rate;

	ODM_PhyStatusQuery(&padapter->HalData->odmpriv, pPHYInfo,
	odm_phy_status_query(&padapter->HalData->odmpriv, pPHYInfo,
			     (u8 *)pphy_status, &(pkt_info));

	precvframe->psta = NULL;
+4 −4
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ struct phy_status_rpt {
#endif
};

void ODM_PhyStatusQuery(struct odm_dm_struct *pDM_Odm,
void odm_phy_status_query(struct odm_dm_struct *pDM_Odm,
			  struct odm_phy_status_info *pPhyInfo,
			  u8 *pPhyStatus,
			  struct odm_per_pkt_info *pPktinfo);