Commit 68c81e9b authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723bs: remove useless structs in rtw_xmit.h



Remove the following unreferenced struct in include/rtw_xmit.h:

	struct agg_pkt_info

Signed-off-by: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-17-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3d64cc2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -346,11 +346,6 @@ struct hw_txqueue {
	signed int	ac_tag;
};

struct agg_pkt_info {
	u16 offset;
	u16 pkt_len;
};

enum cmdbuf_type {
	CMDBUF_BEACON = 0x00,
	CMDBUF_RSVD,