[PATCH 0/9] staging: r8188eu: another round of xmit cleanups

From: Martin Kaiser
Date: Mon Jan 30 2023 - 14:53:32 EST


Here's some more cleanups for the xmit code. Amongst other things, there's
one more __queue that can be replaced with a list_head.

Martin Kaiser (9):
staging: r8188eu: rtw_free_xmitframe_queue needs no spinlock
staging: r8188eu: change function param from __queue to list_head
staging: r8188eu: change another function param from __queue to
list_head
staging: r8188eu: make sta_pending a list_head
staging: r8188eu: use kernel helper to iterate over a list
staging: r8188eu: legacy_dz is initialised but never used
staging: r8188eu: apsd is initialised but never used
staging: r8188eu: option in struct sta_xmit_priv is not used
staging: r8188eu: replace switch-case with if

drivers/staging/r8188eu/core/rtw_sta_mgt.c | 10 +++---
drivers/staging/r8188eu/core/rtw_xmit.c | 31 +++++--------------
drivers/staging/r8188eu/hal/rtl8188eu_xmit.c | 4 +--
drivers/staging/r8188eu/include/rtw_xmit.h | 8 ++---
.../staging/r8188eu/os_dep/usb_ops_linux.c | 8 +----
5 files changed, 18 insertions(+), 43 deletions(-)

--
2.30.2