[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211016091042.19614-1-fmdefrancesco@gmail.com>
Date: Sat, 16 Oct 2021 11:10:39 +0200
From: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
To: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dan Carpenter <dan.carpenter@...cle.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Cc: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
Subject: [PATCH 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
This series replaces two semaphores with three completion variables
in rtw_cmd_thread(). Completions variables are better suited for the
purposes that are explained in detail in the commit messages of patches
1/3 and 2/3. Furthermore, patch 3/3 removes a redundant 'if' statement
from that same rtw_cmd_thread().
Tested with ASUSTek Computer, Inc. Realtek 8188EUS [USB-N10 Nano]
Many thanks to Dan Carpenter <dan.carpenter@...cle.com> who helped with
his review of the RFC Patch.
Fabio M. De Francesco (3):
staging: r8188eu: Use completions for signaling start and end of
kthread
staging: r8188eu: Use completions for signaling enqueueing of commands
staging: r8188eu: Remove redundant 'if' statement
drivers/staging/r8188eu/core/rtw_cmd.c | 19 +++++++------------
drivers/staging/r8188eu/include/rtw_cmd.h | 5 +++--
drivers/staging/r8188eu/os_dep/os_intfs.c | 8 +++++---
3 files changed, 15 insertions(+), 17 deletions(-)
--
2.33.0
Powered by blists - more mailing lists