Commit 7a9adb05 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: remove unused variable gu32WidConnRstHack

This patch removes unused the variable gu32WidConnRstHack.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a74c7bf8
...@@ -254,7 +254,6 @@ static u8 set_ip[2][4]; ...@@ -254,7 +254,6 @@ static u8 set_ip[2][4];
static u8 get_ip[2][4]; static u8 get_ip[2][4];
static u32 inactive_time; static u32 inactive_time;
static u8 del_beacon; static u8 del_beacon;
static u32 gu32WidConnRstHack;
u8 *gu8FlushedJoinReq; u8 *gu8FlushedJoinReq;
u8 *gu8FlushedInfoElemAsoc; u8 *gu8FlushedInfoElemAsoc;
...@@ -1198,7 +1197,6 @@ static s32 Handle_Connect(struct host_if_drv *hif_drv, ...@@ -1198,7 +1197,6 @@ static s32 Handle_Connect(struct host_if_drv *hif_drv,
pu8CurrByte = strWIDList[u32WidsCount].val; pu8CurrByte = strWIDList[u32WidsCount].val;
u32WidsCount++; u32WidsCount++;
gu32WidConnRstHack = 0;
if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7)) { if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7)) {
memcpy(gu8FlushedJoinReq, pu8CurrByte, gu32FlushedJoinReqSize); memcpy(gu8FlushedJoinReq, pu8CurrByte, gu32FlushedJoinReqSize);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment