Return-path: Received: from esa2.microchip.iphmx.com ([68.232.149.84]:35393 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755612AbeDWQfL (ORCPT ); Mon, 23 Apr 2018 12:35:11 -0400 From: Ajay Singh To: CC: , , , , , , , Ajay Singh Subject: [RESEND 10/33] staging: wilc1000: remove unused 'struct add_key_params' Date: Mon, 23 Apr 2018 22:03:12 +0530 Message-ID: <1524501215-4963-11-git-send-email-ajay.kathat@microchip.com> (sfid-20180423_183518_856851_DE583D1A) In-Reply-To: <1524501215-4963-1-git-send-email-ajay.kathat@microchip.com> References: <1524501215-4963-1-git-send-email-ajay.kathat@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Cleanup patch to remove unused struct data structure. Signed-off-by: Ajay Singh Reviewed-by: Claudiu Beznea Reviewed-by: Dan Carpenter --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c index 9c659ca..394b606 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -160,12 +160,6 @@ static struct ieee80211_supported_band WILC_WFI_band_2ghz = { .n_bitrates = ARRAY_SIZE(ieee80211_bitrates), }; -struct add_key_params { - u8 key_idx; - bool pairwise; - u8 *mac_addr; -}; - #define AGING_TIME (9 * 1000) #define during_ip_time 15000 -- 2.7.4