All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] rtlwifi: rtl8192ee: Replace local TX and RX bit manipulation macros
@ 2019-08-31 18:06 Larry Finger
  2019-08-31 18:06 ` [PATCH 1/5] rtlwifi: rtl8192ee: Remove unused GET_XXX and SET_XXX Larry Finger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Larry Finger @ 2019-08-31 18:06 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, pkshih, Larry Finger

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(-)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-03 13:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-31 18:06 [PATCH 0/5] rtlwifi: rtl8192ee: Replace local TX and RX bit manipulation macros Larry Finger
2019-08-31 18:06 ` [PATCH 1/5] rtlwifi: rtl8192ee: Remove unused GET_XXX and SET_XXX Larry Finger
2019-09-03 13:31   ` Kalle Valo
2019-08-31 18:06 ` [PATCH 2/5] rtlwifi: rtl8192ee: Replace local bit manipulation macros Larry Finger
2019-08-31 18:06 ` [PATCH 3/5] rtlwifi: rtl8192ee: Convert macros that set descriptor Larry Finger
2019-08-31 18:06 ` [PATCH 4/5] rtlwifi: rtl8192ee: Convert inline routines to little-endian words Larry Finger
2019-08-31 18:06 ` [PATCH 5/5] rtlwifi: rtl8192ee: Remove some variable initializations Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.