[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210910205033.3778-1-straube.linux@gmail.com>
Date: Fri, 10 Sep 2021 22:50:26 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk, martin@...ser.cx,
fmdefrancesco@...il.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/7] remove pointers from struct hal_ops
This series removes some more pointers from struct hal_ops and
removes the function rtl8188e_set_hal_ops() that is empty after
the removals.
Michael Straube (7):
staging: r8188eu: remove mgnt_xmit from struct hal_ops
staging: r8188eu: remove hal_xmit from struct hal_ops
staging: r8188eu: remove read_bbreg from struct hal_ops
staging: r8188eu: remove write_bbreg from struct hal_ops
staging: r8188eu: remove read_rfreg from struct hal_ops
staging: r8188eu: remove write_rfreg from struct hal_ops
staging: r8188eu: remove rtl8188e_set_hal_ops()
drivers/staging/r8188eu/core/rtw_debug.c | 8 +--
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 8 +--
drivers/staging/r8188eu/core/rtw_mp.c | 10 ++--
drivers/staging/r8188eu/core/rtw_xmit.c | 9 ++--
drivers/staging/r8188eu/hal/hal_intf.c | 51 -------------------
drivers/staging/r8188eu/hal/rtl8188e_cmd.c | 2 +-
.../staging/r8188eu/hal/rtl8188e_hal_init.c | 7 ---
drivers/staging/r8188eu/hal/usb_halinit.c | 5 --
drivers/staging/r8188eu/include/hal_intf.h | 29 -----------
.../staging/r8188eu/include/rtl8188e_hal.h | 2 -
drivers/staging/r8188eu/os_dep/ioctl_linux.c | 24 ++++-----
11 files changed, 31 insertions(+), 124 deletions(-)
--
2.33.0
Powered by blists - more mailing lists