[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220409163212.241122-1-martin@kaiser.cx>
Date: Sat, 9 Apr 2022 18:32:02 +0200
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>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 00/10] staging: r8188eu: use standard timer functions
Make the driver-specific rtw_get_passing_time_ms function obsolete. Use
the stardard kernel functions for timeout handling.
Martin Kaiser (10):
staging: r8188eu: no need for an else after return
staging: r8188eu: remove unnecessary rtw_get_passing_time_ms call
staging: r8188eu: summarize two if statements
staging: r8188eu: improve timeout handling in
rtl8188e_firmware_download
staging: r8188eu: improve timeout handling in rtw_check_join_candidate
staging: r8188eu: make LPS_RF_ON_check static
staging: r8188eu: improve timeout handling in LPS_RF_ON_check
staging: r8188eu: improve timeout handling in iol_execute
staging: r8188eu: improve timeout handling in
efuse_read_phymap_from_txpktbuf
staging: r8188eu: remove unused timer functions
drivers/staging/r8188eu/core/rtw_fw.c | 6 +++---
drivers/staging/r8188eu/core/rtw_mlme.c | 4 +++-
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 11 ++---------
drivers/staging/r8188eu/core/rtw_pwrctrl.c | 7 +++----
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c | 14 ++++++--------
drivers/staging/r8188eu/include/osdep_service.h | 3 ---
drivers/staging/r8188eu/include/rtw_pwrctrl.h | 1 -
drivers/staging/r8188eu/os_dep/osdep_service.c | 11 -----------
8 files changed, 17 insertions(+), 40 deletions(-)
--
2.30.2
Powered by blists - more mailing lists