Message ID | 20191121214417.29676-1-Larry.Finger@lwfinger.net (mailing list archive) |
---|---|
Headers | show |
Series | rtlwifi: rtl8192de: Replace local TX and RX bit manipulation macro | expand |
Larry Finger <Larry.Finger@lwfinger.net> 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 <Larry.Finger@lwfinger.net> > --- > 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).
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 <Larry.Finger@lwfinger.net> --- 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(-)