[PATCH 00/10] staging: r8188eu: use standard timer functions

Martin Kaiser posted 10 patches 4 years, 1 month ago
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(-)
[PATCH 00/10] staging: r8188eu: use standard timer functions
Posted by Martin Kaiser 4 years, 1 month ago
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