[PATCH 7/7] w35und: Remove unused fields from struct wbsoft_priv

From: Pekka Enberg
Date: Sun Sep 19 2010 - 05:29:20 EST


This patch removes unused fields from "struct wbsoft_priv".

Cc: Lars Lindley <lindley@xxxxxxxxxx>
Cc: Pavel Machek <pavel@xxxxxx>
Cc: Ruslan Pisarev <ruslan@xxxxxxxxxxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
---
drivers/staging/winbond/core.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h
index 333b197..2b87a00 100644
--- a/drivers/staging/winbond/core.h
+++ b/drivers/staging/winbond/core.h
@@ -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;
--
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/