diff --git a/[refs] b/[refs] index b436d05bb303..c474f5435dd3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 89b32d45fe88884d4780057dd18a098b402e358c +refs/heads/master: ff80d13fc45b97bb06dcb57036c768c8d3674d7d diff --git a/trunk/drivers/staging/winbond/core.h b/trunk/drivers/staging/winbond/core.h index 333b19735734..2b87a0007319 100644 --- a/trunk/drivers/staging/winbond/core.h +++ b/trunk/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;