mbox series

[0/4] rtlwifi: rtl8192ce: Replace local TX and RX bit manipulation macro

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

Message

Larry Finger Aug. 2, 2019, 1:20 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 (4):
  rtlwifi: rtl8192ce: Remove unused GET_XXX and SET_XXX
  rtlwifi: rtl8192ce: Replace local bit manipulation macros
  rtlwifi: rtl8192ce: Convert macros that set descriptor
  rtlwifi: rtl8192ce: Convert inline routines to little-endian words

 .../wireless/realtek/rtlwifi/rtl8192ce/trx.c  | 215 ++---
 .../wireless/realtek/rtlwifi/rtl8192ce/trx.h  | 803 +++++++-----------
 2 files changed, 424 insertions(+), 594 deletions(-)