From: Marco Cesati Date: Mon, 22 Mar 2021 13:37:14 +0000 (+0100) Subject: Staging: rtl8723bs: remove useless structs in rtw_xmit.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68c81e9b3f8110a39d276101a1f7f6087b1a535d;p=linux.git 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: Marco Cesati Link: https://lore.kernel.org/r/20210322133717.17797-17-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_xmit.h b/drivers/staging/rtl8723bs/include/rtw_xmit.h index f7d6ac0ff865f..4d4fa157daa9f 100644 --- a/drivers/staging/rtl8723bs/include/rtw_xmit.h +++ b/drivers/staging/rtl8723bs/include/rtw_xmit.h @@ -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,