mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Change u2Byte to u16
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
007b33ebde
commit
5f39818cb5
14 changed files with 61 additions and 67 deletions
|
@ -51,7 +51,7 @@ typedef struct _BT_TXRX_PARAMETERS{
|
|||
u1Byte txrxTxPktInterval;
|
||||
u1Byte txrxPayloadType;
|
||||
u1Byte txrxPktType;
|
||||
u2Byte txrxPayloadLen;
|
||||
u16 txrxPayloadLen;
|
||||
u4Byte txrxPktHeader;
|
||||
u1Byte txrxWhitenCoeff;
|
||||
u1Byte txrxBdaddr[6];
|
||||
|
|
|
@ -166,9 +166,6 @@ struct mp_tx
|
|||
#define u1Byte u8
|
||||
#define pu1Byte u8*
|
||||
|
||||
#define u2Byte u16
|
||||
#define pu2Byte u16*
|
||||
|
||||
#define u4Byte u32
|
||||
#define pu4Byte u32*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue