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

staging: wilc1000: remove unused struct tstrWidJoinReqExt

This patch removes struct tstrWidJoinReqExt because it's not used.
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 900bb4a6
...@@ -406,12 +406,6 @@ struct host_if_msg { ...@@ -406,12 +406,6 @@ struct host_if_msg {
struct host_if_drv *drv; 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*/ /*Struct containg joinParam of each AP*/
typedef struct _tstrJoinBssParam { typedef struct _tstrJoinBssParam {
BSSTYPE_T bss_type; BSSTYPE_T bss_type;
......
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