From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:12711 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752202AbbJLH6T (ORCPT ); Mon, 12 Oct 2015 03:58:19 -0400 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH V2 16/41] staging: wilc1000: remove _tstrJoinParam from join_bss_param Date: Mon, 12 Oct 2015 16:55:50 +0900 Message-ID: <1444636575-2486-16-git-send-email-tony.cho@atmel.com> (sfid-20151012_095826_091833_BCA3E3E3) In-Reply-To: <1444636575-2486-1-git-send-email-tony.cho@atmel.com> References: <1444636575-2486-1-git-send-email-tony.cho@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Leo Kim 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 --- drivers/staging/wilc1000/host_interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 0d83351..fdde387 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; -- 1.9.1