staging: r8188eu: xmit_buf's ff_hwaddr is not used
authorMartin Kaiser <martin@kaiser.cx>
Tue, 7 Feb 2023 19:23:16 +0000 (20:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Feb 2023 12:30:00 +0000 (13:30 +0100)
ff_hwaddr in struct xmit_buf is not used. 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/20230207192319.294203-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_xmit.h

index 0c999ae..9a001fb 100644 (file)
@@ -193,7 +193,6 @@ struct xmit_buf {
        u32 alloc_sz;
        u32  len;
        struct submit_ctx *sctx;
-       u32     ff_hwaddr;
        struct urb *pxmit_urb;
        int last[8];
 };