mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +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
|
@ -171,20 +171,20 @@ ODM_MacStatusQuery(
|
|||
bool bPacketBeacon
|
||||
);
|
||||
|
||||
HAL_STATUS
|
||||
enum HAL_STATUS
|
||||
ODM_ConfigRFWithHeaderFile(
|
||||
struct odm_dm_struct * pDM_Odm,
|
||||
enum ODM_RF_RADIO_PATH Content,
|
||||
enum ODM_RF_RADIO_PATH eRFPath
|
||||
);
|
||||
|
||||
HAL_STATUS
|
||||
enum HAL_STATUS
|
||||
ODM_ConfigBBWithHeaderFile(
|
||||
struct odm_dm_struct * pDM_Odm,
|
||||
enum odm_bb_config_type ConfigType
|
||||
);
|
||||
|
||||
HAL_STATUS
|
||||
enum HAL_STATUS
|
||||
ODM_ConfigMACWithHeaderFile(
|
||||
struct odm_dm_struct *pDM_Odm
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue