mbox series

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

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

Message

Larry Finger Oct. 9, 2019, 5:37 p.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.

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

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

 .../wireless/realtek/rtlwifi/rtl8192se/def.h  | 619 ++++++++----------
 .../wireless/realtek/rtlwifi/rtl8192se/fw.c   |  31 +-
 .../wireless/realtek/rtlwifi/rtl8192se/trx.c  | 189 +++---
 3 files changed, 375 insertions(+), 464 deletions(-)