All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: r8188eu: remove struct hal_ops
@ 2021-10-07 10:39 Michael Straube
  2021-10-07 10:39 ` [PATCH 1/5] staging: r8188eu: remove SetHwRegHandler from hal_ops Michael Straube
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michael Straube @ 2021-10-07 10:39 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, phil, linux-staging, linux-kernel, Michael Straube

This series removes the remaining pointers from struct hal_ops and
the struct itself.

Note that I sent the first two patches separately yesterday, so this
series makes the separately sent patches obsolete.

Tested with Inter-Tech DMG-02 on x86_64.

Michael Straube (5):
  staging: r8188eu: remove SetHwRegHandler from hal_ops
  staging: r8188eu: remove GetHwRegHandler from hal_ops
  staging: r8188eu: remove hal_init from hal_ops
  staging: r8188eu: remove hal_ops
  staging: r8188eu: rename rtl8188eu_set_hal_ops()

 drivers/staging/r8188eu/core/rtw_ap.c         |  2 +-
 drivers/staging/r8188eu/core/rtw_cmd.c        | 12 +--
 drivers/staging/r8188eu/core/rtw_ioctl_set.c  |  2 +-
 drivers/staging/r8188eu/core/rtw_mlme.c       | 13 ++--
 drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 73 ++++++++-----------
 drivers/staging/r8188eu/core/rtw_p2p.c        | 16 ++--
 drivers/staging/r8188eu/core/rtw_pwrctrl.c    |  6 +-
 drivers/staging/r8188eu/core/rtw_wlan_util.c  | 44 +++++------
 drivers/staging/r8188eu/hal/hal_com.c         |  3 +-
 drivers/staging/r8188eu/hal/hal_intf.c        | 16 +---
 drivers/staging/r8188eu/hal/rtl8188e_cmd.c    |  6 +-
 drivers/staging/r8188eu/hal/rtl8188e_dm.c     |  2 +-
 .../staging/r8188eu/hal/rtl8188e_hal_init.c   |  8 +-
 drivers/staging/r8188eu/hal/usb_halinit.c     | 18 ++---
 drivers/staging/r8188eu/include/drv_types.h   |  1 -
 drivers/staging/r8188eu/include/hal_intf.h    | 20 ++---
 drivers/staging/r8188eu/os_dep/ioctl_linux.c  |  6 +-
 drivers/staging/r8188eu/os_dep/os_intfs.c     |  2 +-
 drivers/staging/r8188eu/os_dep/usb_intf.c     |  4 +-
 19 files changed, 106 insertions(+), 148 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-10-10 12:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 10:39 [PATCH 0/5] staging: r8188eu: remove struct hal_ops Michael Straube
2021-10-07 10:39 ` [PATCH 1/5] staging: r8188eu: remove SetHwRegHandler from hal_ops Michael Straube
2021-10-07 10:39 ` [PATCH 2/5] staging: r8188eu: remove GetHwRegHandler " Michael Straube
2021-10-07 10:39 ` [PATCH 3/5] staging: r8188eu: remove hal_init " Michael Straube
2021-10-07 10:39 ` [PATCH 4/5] staging: r8188eu: remove hal_ops Michael Straube
2021-10-07 10:39 ` [PATCH 5/5] staging: r8188eu: rename rtl8188eu_set_hal_ops() Michael Straube
2021-10-10 12:57 ` [PATCH 0/5] staging: r8188eu: remove struct hal_ops Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.