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

Commit ff80d13f authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman
Browse files

staging: w35und: Remove unused fields from struct wbsoft_priv



This patch removes unused fields from "struct wbsoft_priv".

Cc: Lars Lindley <lindley@coyote.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Ruslan Pisarev <ruslan@rpisarev.org.ua>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 89b32d45
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -42,9 +42,6 @@ struct mlme_frame {
#define WB_MAX_LINK_NAME_LEN 40

struct wbsoft_priv {
	u32 adapterIndex;	/* 20060703.4 Add for using padapterContext
							global adapter point */

	struct wb_local_para sLocalPara;	/* Myself connected
							parameters */

@@ -59,10 +56,6 @@ struct wbsoft_priv {
	u32 RxByteCount;
	u32 TxByteCount;

	struct sk_buff *packet_return;
	s32 netif_state_stop;	/* 1: stop  0: normal */
	struct iw_statistics iw_stats;

	u8 LinkName[WB_MAX_LINK_NAME_LEN];

	bool enabled;