rtl8188eu: Replace UINT, USHORT and UCHAR with u32, u16, and u8

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-30 18:05:09 -06:00
parent 1038ee1874
commit 4b573cbd5a
7 changed files with 38 additions and 44 deletions

View file

@ -160,9 +160,6 @@ struct mp_tx
#define MP_MAX_LINES 1000
#define MP_MAX_LINES_BYTES 256
#define UCHAR u8
#define USHORT u16
#define UINT u32
#define ULONG u32
#define PULONG u32*