mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-19 11:33:05 +00:00
rtl8188eu: Convert non-standard variable types to regular ones
These include changing s1Byte to s8, etc. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
9dd1827027
commit
2db42a3fbf
39 changed files with 1041 additions and 1120 deletions
|
@ -259,7 +259,7 @@ _func_exit_;
|
|||
/* 3 ===== TKIP related ===== */
|
||||
|
||||
static u32 secmicgetuint32(u8 *p)
|
||||
/* Convert from Byte[] to Us4Byte32 in a portable way */
|
||||
/* Convert from Byte[] to Us3232 in a portable way */
|
||||
{
|
||||
s32 i;
|
||||
u32 res = 0;
|
||||
|
@ -271,7 +271,7 @@ _func_exit_;
|
|||
}
|
||||
|
||||
static void secmicputuint32(u8 *p, u32 val)
|
||||
/* Convert from Us4Byte32 to Byte[] in a portable way */
|
||||
/* Convert from Us3232 to Byte[] in a portable way */
|
||||
{
|
||||
long i;
|
||||
_func_enter_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue