rtl8188eu: Remove unused IN and OUT directives used only for Windows

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-26 22:51:56 -05:00
parent 058fa5a916
commit 78adabf36d
43 changed files with 289 additions and 324 deletions

View file

@ -47,7 +47,7 @@ ODM_RASupport_Init(
int
ODM_RAInfo_Init_all(
IN PDM_ODM_T pDM_Odm
PDM_ODM_T pDM_Odm
);
int
@ -75,11 +75,11 @@ ODM_RA_GetHwPwrStatus_8188E(
);
void
ODM_RA_UpdateRateInfo_8188E(
IN PDM_ODM_T pDM_Odm,
IN u1Byte MacID,
IN u1Byte RateID,
IN u4Byte RateMask,
IN u1Byte SGIEnable
PDM_ODM_T pDM_Odm,
u1Byte MacID,
u1Byte RateID,
u4Byte RateMask,
u1Byte SGIEnable
);
void