Commit 3673da6f authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-10-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7d391dce
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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 {