2019-11-21 21:48:08

by Larry Finger

[permalink] [raw]
Subject: [PATCH 0/4] rtlwifi: rtl8192de: Replace local TX and RX bit manipulation macro

These patches are part of a series intended to replace the bit-manipulation
macros used to set and read the various descriptors with a set of inline
routines.

Signed-off-by: Larry Finger <[email protected]>
---
Kalle,

There is no particular urgency for these patches as they are part of
a general cleanup.

Larry
---

Larry Finger (4):
rtlwifi: rtl8192de: Remove unused GET_XXX and SET_XXX macros
rtlwifi: rtl8192de: Replace local bit manipulation macros
rtlwifi: rtl8192de: Convert macros that set descriptor
rtlwifi: rtl8192de: Convert inline routines to little-endian words

.../wireless/realtek/rtlwifi/rtl8192de/trx.c | 252 +++---
.../wireless/realtek/rtlwifi/rtl8192de/trx.h | 853 +++++++-----------
2 files changed, 479 insertions(+), 626 deletions(-)

--
2.23.0


2019-11-22 07:46:52

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH 0/4] rtlwifi: rtl8192de: Replace local TX and RX bit manipulation macro

Larry Finger <[email protected]> writes:

> These patches are part of a series intended to replace the bit-manipulation
> macros used to set and read the various descriptors with a set of inline
> routines.
>
> Signed-off-by: Larry Finger <[email protected]>
> ---
> Kalle,
>
> There is no particular urgency for these patches as they are part of
> a general cleanup.

Good to know, thanks. And these actually just missed v5.5, the merge
window opens on Sunday so I can't take new stuff anymore (fixes are ok,
of course).

--
Kalle Valo