diff options
author | Pekka Enberg <penberg@kernel.org> | 2010-09-19 12:28:43 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-21 10:44:56 -0700 |
commit | ff80d13fc45b97bb06dcb57036c768c8d3674d7d (patch) | |
tree | e7a5dbc6ca1300e9a17cf231159320cc12522910 | |
parent | 89b32d45fe88884d4780057dd18a098b402e358c (diff) | |
download | kernel_samsung_espresso10-ff80d13fc45b97bb06dcb57036c768c8d3674d7d.zip kernel_samsung_espresso10-ff80d13fc45b97bb06dcb57036c768c8d3674d7d.tar.gz kernel_samsung_espresso10-ff80d13fc45b97bb06dcb57036c768c8d3674d7d.tar.bz2 |
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: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | 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; |