From: Leo Kim Date: Mon, 12 Oct 2015 07:55:50 +0000 (+0900) Subject: staging: wilc1000: remove _tstrJoinParam from join_bss_param X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=541963223be3d557dcff30c2aa3c0b2b641fcb97;p=deliverable%2Flinux.git staging: wilc1000: remove _tstrJoinParam from join_bss_param This patch removes struct _tstrJoinParam from the struct join_bss_param because it is not used inside the struct. 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 0d83351a2db9..fdde38722f3f 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -425,7 +425,6 @@ struct join_bss_param { u8 rsn_pcip_policy[3]; u8 rsn_auth_policy[3]; u8 rsn_cap[2]; - struct _tstrJoinParam *nextJoinBss; u32 tsf; u8 u8NoaEnbaled; u8 u8OppEnable;