Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: r8188eu: remove some structures definitions from rtw_ioctl.h

oid_funs_node and oid_obj_priv structures are not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
bd83585d 46d64dc4

-15
-15
drivers/staging/rtl8188eu/include/rtw_ioctl.h
··· 69 69 SET_OID 70 70 }; 71 71 72 - struct oid_funs_node { 73 - unsigned int oid_start; /* the starting number for OID */ 74 - unsigned int oid_end; /* the ending number for OID */ 75 - struct oid_obj_priv *node_array; 76 - unsigned int array_sz; /* the size of node_array */ 77 - int query_counter; /* count the number of query hits for this segment */ 78 - int set_counter; /* count the number of set hits for this segment */ 79 - }; 80 - 81 72 struct oid_par_priv { 82 73 void *adapter_context; 83 74 NDIS_OID oid; ··· 78 87 u32 *bytes_needed; 79 88 enum oid_type type_of_oid; 80 89 u32 dbg; 81 - }; 82 - 83 - struct oid_obj_priv { 84 - unsigned char dbg; /* 0: without OID debug message 85 - * 1: with OID debug message */ 86 - int (*oidfuns)(struct oid_par_priv *poid_par_priv); 87 90 }; 88 91 89 92 #if defined(_RTW_MP_IOCTL_C_)