mbox series

[0/5] rtlwifi: rtl8188ee: Replace local TX and RX bit manipulation macros

Message ID 20190731003304.14377-1-Larry.Finger@lwfinger.net (mailing list archive)
Headers show
Series rtlwifi: rtl8188ee: Replace local TX and RX bit manipulation macros | expand

Message

Larry Finger July 31, 2019, 12:32 a.m. UTC
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.

The final patch removes a local configuration variable.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>


Larry Finger (5):
  rtlwifi: rtl8i188ee: Remove unused GET_XXX and SET_XXX descriptor
    macros
  rtlwifi: rtl88188ee: Replace local bit manipulation macros
  rtlwifi: rtl8188ee: Convert macros that set descriptor
  rtlwifi: rtl8188ee: Convert inline routines to little-endian words
  rtlwifi: rtl8188ee: Remove local configuration variable

 .../wireless/realtek/rtlwifi/rtl8188ee/dm.c   |    7 +-
 .../wireless/realtek/rtlwifi/rtl8188ee/trx.c  |  257 ++--
 .../wireless/realtek/rtlwifi/rtl8188ee/trx.h  | 1046 +++++++++--------
 3 files changed, 673 insertions(+), 637 deletions(-)