Skip to content

Commit

Permalink
staging: w35und: Remove unused fields from struct wbsoft_priv
Browse files Browse the repository at this point in the history
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: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Sep 21, 2010
1 parent 89b32d4 commit ff80d13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand All @@ -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;
Expand Down

0 comments on commit ff80d13

Please sign in to comment.