From: Leo Kim Date: Mon, 12 Oct 2015 07:55:47 +0000 (+0900) Subject: staging: wilc1000: remove unused struct tstrWidJoinReqExt X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fa2ce581c9582f4ab1458f886341df16497f5b46;p=deliverable%2Flinux.git staging: wilc1000: remove unused struct tstrWidJoinReqExt This patch removes struct tstrWidJoinReqExt because it's not used. Signed-off-by: Leo Kim Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 5ee8c3a287ea..77aefafe1a47 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -406,12 +406,6 @@ struct host_if_msg { struct host_if_drv *drv; }; -typedef struct _tstrWidJoinReqExt { - char SSID[MAX_SSID_LEN]; - u8 u8channel; - u8 BSSID[6]; -} tstrWidJoinReqExt; - /*Struct containg joinParam of each AP*/ typedef struct _tstrJoinBssParam { BSSTYPE_T bss_type;