linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: r8188eu: start migrating mlme_linux.c
@ 2022-08-19 12:54 Michael Straube
  2022-08-19 12:54 ` [PATCH 01/11] staging: r8188eu: make init_mlme_ext_timer() static Michael Straube
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael Straube @ 2022-08-19 12:54 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, phil, linux-staging, linux-kernel, Michael Straube

This series starts to migrate the functions, or their functionalitiy,
from os_dep/mlme_linux.c to the core/* part of the driver. The goal is
to remove os_dep/mlme_linux.c at some point.

Tested on x86_64 with Inter-Tech DMG-02.

Michael Straube (11):
  staging: r8188eu: make init_mlme_ext_timer() static
  staging: r8188eu: make init_addba_retry_timer() static
  staging: r8188eu: make rtw_indicate_sta_disassoc_event() static
  staging: r8188eu: move rtw_indicate_sta_assoc_event() to rtw_ap.c
  staging: r8188eu: make rtw_report_sec_ie() static
  staging: r8188eu: remove unneeded initializations
  staging: r8188eu: make rtw_reset_securitypriv() static
  staging: r8188eu: merge rtw_{os,}_indicate_disconnect()
  staging: r8188eu: merge rtw_{os,}_indicate_connect()
  staging: r8188eu: merge rtw_{os,}_indicate_scan_done()
  staging: r8188eu: remove unused function parameter

 drivers/staging/r8188eu/core/rtw_ap.c         |  42 +++++
 drivers/staging/r8188eu/core/rtw_mlme.c       |  86 ++++++++-
 drivers/staging/r8188eu/core/rtw_mlme_ext.c   |  22 +++
 drivers/staging/r8188eu/core/rtw_sta_mgt.c    |  12 ++
 drivers/staging/r8188eu/include/mlme_osdep.h  |   5 -
 drivers/staging/r8188eu/include/rtw_ap.h      |   2 -
 drivers/staging/r8188eu/include/rtw_mlme.h    |   2 +-
 .../staging/r8188eu/include/rtw_mlme_ext.h    |   2 -
 drivers/staging/r8188eu/os_dep/mlme_linux.c   | 166 ------------------
 drivers/staging/r8188eu/os_dep/usb_intf.c     |   2 +-
 10 files changed, 159 insertions(+), 182 deletions(-)

-- 
2.37.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-08-20 13:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19 12:54 [PATCH 00/11] staging: r8188eu: start migrating mlme_linux.c Michael Straube
2022-08-19 12:54 ` [PATCH 01/11] staging: r8188eu: make init_mlme_ext_timer() static Michael Straube
2022-08-19 12:54 ` [PATCH 02/11] staging: r8188eu: make init_addba_retry_timer() static Michael Straube
2022-08-19 12:54 ` [PATCH 03/11] staging: r8188eu: make rtw_indicate_sta_disassoc_event() static Michael Straube
2022-08-19 12:54 ` [PATCH 04/11] staging: r8188eu: move rtw_indicate_sta_assoc_event() to rtw_ap.c Michael Straube
2022-08-19 12:54 ` [PATCH 05/11] staging: r8188eu: make rtw_report_sec_ie() static Michael Straube
2022-08-19 12:54 ` [PATCH 06/11] staging: r8188eu: remove unneeded initializations Michael Straube
2022-08-19 12:54 ` [PATCH 07/11] staging: r8188eu: make rtw_reset_securitypriv() static Michael Straube
2022-08-19 12:54 ` [PATCH 08/11] staging: r8188eu: merge rtw_{os,}_indicate_disconnect() Michael Straube
2022-08-19 12:54 ` [PATCH 09/11] staging: r8188eu: merge rtw_{os,}_indicate_connect() Michael Straube
2022-08-19 12:54 ` [PATCH 10/11] staging: r8188eu: merge rtw_{os,}_indicate_scan_done() Michael Straube
2022-08-19 12:54 ` [PATCH 11/11] staging: r8188eu: remove unused function parameter Michael Straube
2022-08-20 13:02 ` [PATCH 00/11] staging: r8188eu: start migrating mlme_linux.c Philipp Hortmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).