mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-11 15:53:06 +00:00
rtl8188eu: Remove typedef statements from include/HalVerDef.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8259a22027
commit
22afcbab09
5 changed files with 38 additions and 55 deletions
|
@ -273,9 +273,8 @@ typedef enum _RT_REGULATOR_MODE {
|
|||
} RT_REGULATOR_MODE, *PRT_REGULATOR_MODE;
|
||||
|
||||
|
||||
typedef struct hal_data_8188e
|
||||
{
|
||||
HAL_VERSION VersionID;
|
||||
typedef struct hal_data_8188e {
|
||||
struct hal_version VersionID;
|
||||
RT_MULTI_FUNC MultiFunc; /* For multi-function consideration. */
|
||||
RT_POLARITY_CTL PolarityCtl; /* For Wifi PDn Polarity control. */
|
||||
RT_REGULATOR_MODE RegulatorMode; /* switching regulator or LDO */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue