mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Convert typedef statements in include/odm_types.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
cf3dfeecf9
commit
75fa3f7c0b
15 changed files with 52 additions and 65 deletions
|
@ -585,7 +585,7 @@ static void odm_Process_RSSIForDM(
|
|||
u4Byte OFDM_pkt=0;
|
||||
u4Byte Weighting=0;
|
||||
|
||||
PSTA_INFO_T pEntry;
|
||||
struct sta_info * pEntry;
|
||||
|
||||
if (pPktinfo->StationID == 0xFF)
|
||||
return;
|
||||
|
@ -844,7 +844,7 @@ ODM_MacStatusQuery(
|
|||
|
||||
}
|
||||
|
||||
HAL_STATUS
|
||||
enum HAL_STATUS
|
||||
ODM_ConfigRFWithHeaderFile(
|
||||
struct odm_dm_struct * pDM_Odm,
|
||||
enum ODM_RF_RADIO_PATH Content,
|
||||
|
@ -873,7 +873,7 @@ ODM_ConfigRFWithHeaderFile(
|
|||
}
|
||||
|
||||
|
||||
HAL_STATUS
|
||||
enum HAL_STATUS
|
||||
ODM_ConfigBBWithHeaderFile(
|
||||
struct odm_dm_struct * pDM_Odm,
|
||||
enum odm_bb_config_type ConfigType
|
||||
|
@ -903,7 +903,7 @@ ODM_ConfigBBWithHeaderFile(
|
|||
return HAL_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
HAL_STATUS
|
||||
enum HAL_STATUS
|
||||
ODM_ConfigMACWithHeaderFile(
|
||||
struct odm_dm_struct *pDM_Odm
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue