]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/winbond/core.h
bnx2x: Removing redundant macros
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / core.h
index 64b73bbf747456f9d1dbbf00fc04bb28deec0db7..fe142a10ea80ea5df00fcbc35736bfc318530bdf 100644 (file)
@@ -24,21 +24,19 @@ struct wbsoft_priv {
        MDS Mds;
 
        spinlock_t SpinLock;
-       u32 shutdown;
 
        atomic_t ThreadCount;
 
        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;
 
        u8 LinkName[WB_MAX_LINK_NAME_LEN];
+
+       bool enabled;
 };
 
 #endif /* __WINBOND_CORE_H */