}
 
 /*  Endianness before calling this API */
-void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
-                       struct odm_phy_status_info *pPhyInfo,
-                       u8 *pPhyStatus, struct odm_per_pkt_info *pPktinfo)
+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)
 {
        odm_RxPhyStatus92CSeries_Parsing(dm_odm, pPhyInfo, pPhyStatus,
                                         pPktinfo);
 
                pkt_info.StationID = psta->mac_id;
        pkt_info.Rate = pattrib->mcs_rate;
 
-       ODM_PhyStatusQuery(&padapter->HalData->odmpriv, pPHYInfo,
-                          (u8 *)pphy_status, &(pkt_info));
+       odm_phy_status_query(&padapter->HalData->odmpriv, pPHYInfo,
+                            (u8 *)pphy_status, &(pkt_info));
 
        precvframe->psta = NULL;
        if (pkt_info.bPacketMatchBSSID &&
 
 #endif
 };
 
-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_phy_status_query(struct odm_dm_struct *pDM_Odm,
+                         struct odm_phy_status_info *pPhyInfo,
+                         u8 *pPhyStatus,
+                         struct odm_per_pkt_info *pPktinfo);
 
 #endif