mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 02:12:00 -04:00
staging: wilc1000: remove unused struct tstrWidJoinReqExt
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
900bb4a652
commit
fa2ce581c9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user