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

staging: r8188eu: remove some structure definitions from rtw_event.h

addba_event, event_node and c2hevent_queue 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
46d64dc4 962bbaaf

-19
-19
drivers/staging/rtl8188eu/include/rtw_event.h
··· 71 71 int mac_id; 72 72 }; 73 73 74 - struct addba_event { 75 - unsigned int tid; 76 - }; 77 - 78 74 #define GEN_EVT_CODE(event) event ## _EVT_ 79 75 80 76 struct fwevent { ··· 79 83 }; 80 84 81 85 #define C2HEVENT_SZ 32 82 - 83 - struct event_node { 84 - unsigned char *node; 85 - unsigned char evt_code; 86 - unsigned short evt_sz; 87 - int *caller_ff_tail; 88 - int caller_ff_sz; 89 - }; 90 - 91 - struct c2hevent_queue { 92 - int head; 93 - int tail; 94 - struct event_node nodes[C2HEVENT_SZ]; 95 - unsigned char seq; 96 - }; 97 86 98 87 #define NETWORK_QUEUE_SZ 4 99 88