summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/core.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-30 16:12:06 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:51:50 (GMT)
commit72e202d00ef1ca9134010ff5574f165af6e382fe (patch)
tree519ac3534e8cf02f28f42b9a7177261d86f454e6 /drivers/staging/winbond/core.h
parent3cae503bf6dba576c13fd94c54fb6ddd9247799e (diff)
downloadlinux-72e202d00ef1ca9134010ff5574f165af6e382fe.tar.xz
Staging: w35und: remove ->skb_array from struct wbsoft_priv
It's not actually used for anything, so remove it. Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/core.h')
-rw-r--r--drivers/staging/winbond/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h
index c6dd223..9c9d5d2 100644
--- a/drivers/staging/winbond/core.h
+++ b/drivers/staging/winbond/core.h
@@ -31,10 +31,7 @@ struct wbsoft_priv {
u32 RxByteCount;
u32 TxByteCount;
- struct sk_buff *skb_array[WBLINUX_PACKET_ARRAY_SIZE];
struct sk_buff *packet_return;
- s32 skb_SetIndex;
- s32 skb_GetIndex;
s32 netif_state_stop; // 1: stop 0: normal
struct iw_statistics iw_stats;