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. v2 - Fixed some endian issues reported by tthe kbuild test robot. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- 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.24.0