staging: wilc1000: remove WILC_Sint16
Use s16 instead of WILC_Sint16. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ca356ada7c
commit
4320f6febc
|
@ -174,7 +174,7 @@ static tstrConfigPktInfo gstrConfigPktInfo;
|
|||
|
||||
static u8 g_seqno;
|
||||
|
||||
static WILC_Sint16 g_wid_num = -1;
|
||||
static s16 g_wid_num = -1;
|
||||
|
||||
static u16 Res_Len;
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#define WILC_OSW_INTERFACE_VER 2
|
||||
|
||||
/* Integer Types */
|
||||
typedef signed short WILC_Sint16;
|
||||
typedef signed int WILC_Sint32;
|
||||
typedef signed long long WILC_Sint64;
|
||||
|
||||
|
|
Loading…
Reference in New Issue