Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4320f6fe authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove WILC_Sint16



Use s16 instead of WILC_Sint16.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ca356ada
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

+0 −1
Original line number Diff line number Diff line
@@ -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;