staging: r8188eu: remove unused bpending array
authorMartin Kaiser <martin@kaiser.cx>
Fri, 30 Dec 2022 18:06:38 +0000 (19:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jan 2023 18:31:22 +0000 (19:31 +0100)
commit3de5122ccfe1e77ded4c37f171f20ad0ba63a0bb
tree4a29e745ae125106f88c480557aa16391e97440b
parent3d1edfe65d3565aede6724b088cfe34f02f4002a
staging: r8188eu: remove unused bpending array

The bpending array in struct xmit_buf is unused. Remove it.

(struct xmit_buf is not part of the interface between the kernel driver and
the device's firmware. It's safe to remove components from this struct.)

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/20221230180646.91008-13-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_xmit.h