Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28dedb80 authored by Glen Lee's avatar Glen Lee Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: wilc_wfi_netdevice.h: remove unused variables



This patch removes unused variable already_claim and hWILCWFIDrv_2.

Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fdf33a76
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -125,7 +125,6 @@ struct wilc_priv {
	struct net_device *dev;
	struct napi_struct napi;
	tstrWILC_WFIDrv *hWILCWFIDrv;
	WILC_WFIDrvHandle hWILCWFIDrv_2;
	tstrHostIFpmkidAttr pmkid_list;
	struct WILC_WFI_stats netstats;
	u8 WILC_WFI_wep_default;
@@ -190,7 +189,6 @@ typedef struct {

	struct net_device *real_ndev;
#ifdef WILC_SDIO
	int already_claim;
	struct sdio_func *wilc_sdio_func;
#else
	struct spi_device *wilc_spidev;