From: Pekka Enberg Date: Sun, 19 Sep 2010 09:28:43 +0000 (+0300) Subject: staging: w35und: Remove unused fields from struct wbsoft_priv X-Git-Tag: v2.6.37-rc1~60^2~3^2~503 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff80d13fc45b97bb06dcb57036c768c8d3674d7d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git staging: w35und: Remove unused fields from struct wbsoft_priv This patch removes unused fields from "struct wbsoft_priv". Cc: Lars Lindley Cc: Pavel Machek Cc: Ruslan Pisarev Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- 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;