linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] rtlwifi: rtl8188ee: Replace local TX and RX bit manipulation macros
@ 2019-07-31  0:32 Larry Finger
  2019-07-31  0:33 ` [PATCH 1/5] rtlwifi: rtl8188ee: Remove unused GET_XXX and SET_XXX descriptor macros Larry Finger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Larry Finger @ 2019-07-31  0:32 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 (5):
  rtlwifi: rtl8i188ee: Remove unused GET_XXX and SET_XXX descriptor
    macros
  rtlwifi: rtl88188ee: Replace local bit manipulation macros
  rtlwifi: rtl8188ee: Convert macros that set descriptor
  rtlwifi: rtl8188ee: Convert inline routines to little-endian words
  rtlwifi: rtl8188ee: Remove local configuration variable

 .../wireless/realtek/rtlwifi/rtl8188ee/dm.c   |    7 +-
 .../wireless/realtek/rtlwifi/rtl8188ee/trx.c  |  257 ++--
 .../wireless/realtek/rtlwifi/rtl8188ee/trx.h  | 1046 +++++++++--------
 3 files changed, 673 insertions(+), 637 deletions(-)

-- 
2.22.0


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  0:32 [PATCH 0/5] rtlwifi: rtl8188ee: Replace local TX and RX bit manipulation macros Larry Finger
2019-07-31  0:33 ` [PATCH 1/5] rtlwifi: rtl8188ee: Remove unused GET_XXX and SET_XXX descriptor macros Larry Finger
2019-08-06 12:42   ` Kalle Valo
2019-07-31  0:33 ` [PATCH 2/5] rtlwifi: rtl88188ee: Replace local bit manipulation macros Larry Finger
2019-07-31  0:33 ` [PATCH 3/5] rtlwifi: rtl8188ee: Convert macros that set descriptor Larry Finger
2019-07-31  0:33 ` [PATCH 4/5] rtlwifi: rtl8188ee: Convert inline routines to little-endian words Larry Finger
2019-07-31  0:33 ` [PATCH 5/5] rtlwifi: rtl8188ee: Remove local configuration variable 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).