Staging: rtl8723bs: remove useless structs in rtw_xmit.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 22 Mar 2021 13:37:14 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Mar 2021 16:05:45 +0000 (17:05 +0100)
Remove the following unreferenced struct in include/rtw_xmit.h:

struct agg_pkt_info

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210322133717.17797-17-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_xmit.h

index f7d6ac0..4d4fa15 100644 (file)
@@ -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,