rtl8188eu: Change u2Byte to u16

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-30 16:52:58 -06:00
parent 007b33ebde
commit 5f39818cb5
14 changed files with 61 additions and 67 deletions

View file

@ -97,7 +97,7 @@ ODM_Read1Byte(
IN u4Byte RegAddr
);
u2Byte
u16
ODM_Read2Byte(
IN PDM_ODM_T pDM_Odm,
IN u4Byte RegAddr
@ -120,7 +120,7 @@ void
ODM_Write2Byte(
IN PDM_ODM_T pDM_Odm,
IN u4Byte RegAddr,
IN u2Byte Data
IN u16 Data
);
void