[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210929192657.9569-1-straube.linux@gmail.com>
Date: Wed, 29 Sep 2021 21:26:50 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/7] staging: r8188eu: remove some pointers from struct hal_ops
This series removes some more pointers from struct hal_ops.
Tested on x86_64 with Inter-Tech DMG-02.
Michael Straube (7):
staging: r8188eu: remove SetHalDefVarHandler from struct hal_ops
staging: r8188eu: remove GetHalDefVarHandler from struct hal_ops
staging: r8188eu: remove init_xmit_priv from struct hal_ops
staging: r8188eu: remove init_recv_priv from struct hal_ops
staging: r8188eu: remove free_recv_priv from struct hal_ops
staging: r8188eu: remove inirp_init from struct hal_ops
staging: r8188eu: remove inirp_deinit from struct hal_ops
drivers/staging/r8188eu/core/rtw_cmd.c | 2 +-
drivers/staging/r8188eu/core/rtw_mlme.c | 14 ++---
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 8 +--
drivers/staging/r8188eu/core/rtw_recv.c | 7 +--
drivers/staging/r8188eu/core/rtw_xmit.c | 2 +-
drivers/staging/r8188eu/hal/hal_intf.c | 56 --------------------
drivers/staging/r8188eu/hal/usb_halinit.c | 38 ++-----------
drivers/staging/r8188eu/include/hal_intf.h | 33 ++----------
drivers/staging/r8188eu/os_dep/ioctl_linux.c | 10 ++--
drivers/staging/r8188eu/os_dep/usb_intf.c | 4 +-
10 files changed, 34 insertions(+), 140 deletions(-)
--
2.33.0
Powered by blists - more mailing lists