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

-- 
2.22.0


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

end of thread, other threads:[~2019-08-06 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02  1:20 [PATCH 0/4] rtlwifi: rtl8192ce: Replace local TX and RX bit manipulation macro Larry Finger
2019-08-02  1:20 ` [PATCH 1/4] rtlwifi: rtl8192ce: Remove unused GET_XXX and SET_XXX Larry Finger
2019-08-06 12:43   ` Kalle Valo
2019-08-02  1:21 ` [PATCH 2/4] rtlwifi: rtl8192ce: Replace local bit manipulation macros Larry Finger
2019-08-02  1:21 ` [PATCH 3/4] rtlwifi: rtl8192ce: Convert macros that set descriptor Larry Finger
2019-08-02  1:21 ` [PATCH 4/4] rtlwifi: rtl8192ce: Convert inline routines to little-endian words Larry Finger

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