mbox series

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

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

Message

Larry Finger Aug. 31, 2019, 6:06 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.

The final patch removes some variable initializations that are not needed.

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

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

 .../net/wireless/realtek/rtlwifi/rtl8192ee/trx.c   | 314 ++++----
 .../net/wireless/realtek/rtlwifi/rtl8192ee/trx.h   | 860 +++++++++++----------
 2 files changed, 594 insertions(+), 580 deletions(-)