[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230130195303.138941-1-martin@kaiser.cx>
Date: Mon, 30 Jan 2023 20:52:54 +0100
From: Martin Kaiser <martin@...ser.cx>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Michael Straube <straube.linux@...il.com>,
Pavel Skripkin <paskripkin@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 0/9] staging: r8188eu: another round of xmit cleanups
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
Powered by blists - more mailing lists