staging: wilc1000: remove unused struct tstrWidJoinReqExt
authorLeo Kim <leo.kim@atmel.com>
Mon, 12 Oct 2015 07:55:47 +0000 (16:55 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:58:01 +0000 (20:58 -0700)
This patch removes struct tstrWidJoinReqExt because it's not used.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index 5ee8c3a287ea52cfb099bc55492c51ed928dcb3f..77aefafe1a476aedeb2455c51f129a4a1bf03a68 100644 (file)
@@ -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;