linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] rtlwifi: rtl8192de:  Replace local TX and RX bit manipulation macro
@ 2019-11-21 21:44 Larry Finger
  2019-11-21 21:44 ` [PATCH 1/4] rtlwifi: rtl8192de: Remove unused GET_XXX and SET_XXX macros Larry Finger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Larry Finger @ 2019-11-21 21:44 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.

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

There is no particular urgency for these patches as they are part of
a general cleanup.

Larry
---

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

 .../wireless/realtek/rtlwifi/rtl8192de/trx.c  | 252 +++---
 .../wireless/realtek/rtlwifi/rtl8192de/trx.h  | 853 +++++++-----------
 2 files changed, 479 insertions(+), 626 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2019-11-25  2:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 21:44 [PATCH 0/4] rtlwifi: rtl8192de: Replace local TX and RX bit manipulation macro Larry Finger
2019-11-21 21:44 ` [PATCH 1/4] rtlwifi: rtl8192de: Remove unused GET_XXX and SET_XXX macros Larry Finger
2019-11-21 21:44 ` [PATCH 2/4] rtlwifi: rtl8192de: Replace local bit manipulation macros Larry Finger
2019-11-21 21:44 ` [PATCH 3/4] rtlwifi: rtl8192de: Convert macros that set descriptor Larry Finger
2019-11-21 21:44 ` [PATCH 4/4] rtlwifi: rtl8192de: Convert inline routines to little-endian words Larry Finger
2019-11-25  2:42   ` kbuild test robot
2019-11-22  7:42 ` [PATCH 0/4] rtlwifi: rtl8192de: Replace local TX and RX bit manipulation macro Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).