Staging: rtl8723bs: remove useless structs in rtw_event.h

Remove the following unreferenced struct's in include/rtw_event.h:

	struct addba_event
	struct c2hevent_queue

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-10-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marco Cesati 2021-03-22 14:37:07 +01:00 committed by Greg Kroah-Hartman
parent 7d391dced4
commit 3673da6f1d

View File

@ -60,10 +60,6 @@ struct stadel_event {
int mac_id;
};
struct addba_event {
unsigned int tid;
};
struct wmm_event {
unsigned char wmm;
};
@ -88,13 +84,6 @@ struct event_node {
int caller_ff_sz;
};
struct c2hevent_queue {
volatile int head;
volatile int tail;
struct event_node nodes[C2HEVENT_SZ];
unsigned char seq;
};
#define NETWORK_QUEUE_SZ 4
struct network_queue {