staging: r8188eu: struct agg_pkt_info is unused
authorMartin Kaiser <martin@kaiser.cx>
Mon, 23 Jan 2023 20:53:40 +0000 (21:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2023 09:10:37 +0000 (10:10 +0100)
struct agg_pkt_info is not used in the r8188eu driver. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20230123205342.229589-22-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_xmit.h

index 4aa7833..548d2cf 100644 (file)
@@ -250,11 +250,6 @@ struct     hw_txqueue {
        int     ac_tag;
 };
 
-struct agg_pkt_info {
-       u16 offset;
-       u16 pkt_len;
-};
-
 struct xmit_priv {
        spinlock_t lock;
        struct list_head be_pending;