linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] rtlwifi: Complete removal of local bit manipulation macros
@ 2019-11-25 22:09 Larry Finger
  2019-11-25 22:09 ` [PATCH v2 1/9] rtlwifi: rtl8192de: Remove usage of private " Larry Finger
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Larry Finger @ 2019-11-25 22:09 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, pkshih, Larry Finger

These patches finish the removal of the local the bit-manipulation
macros used to set and read various quantities.

v2 - fix some endian issues.

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 (9):
  rtlwifi: rtl8192de: Remove usage of private bit manipulation macros
  rtlwifi: rtl8188ee: Remove usage of private bit manipulation
  rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit
    manipulation macros
  rtlwifi: Remove dependence on special bit manipulation macros for
    common driver
  rtlwifi: rtl88821ae: Remove usage of private bit manipulation macros
  rtlwifi: rtl8192ee: Remove usage of private bit manipulation macros
  rtlwifi: rtl8723ae: Remove usage of private bit manipulation macros
  rtlwifi: rtl8723be: Remove usage of private bit manipulation macros
  rtlwifi: Remove last definitions of local bit manipulation macros

 drivers/net/wireless/realtek/rtlwifi/base.h   |   4 +-
 drivers/net/wireless/realtek/rtlwifi/ps.c     |  20 +--
 .../wireless/realtek/rtlwifi/rtl8188ee/fw.c   |  12 +-
 .../wireless/realtek/rtlwifi/rtl8188ee/fw.h   | 103 ++++++----------
 .../wireless/realtek/rtlwifi/rtl8188ee/hw.c   |  11 +-
 .../realtek/rtlwifi/rtl8192c/dm_common.c      |  19 ++-
 .../realtek/rtlwifi/rtl8192c/fw_common.h      |  14 +--
 .../wireless/realtek/rtlwifi/rtl8192ce/hw.c   |  11 +-
 .../wireless/realtek/rtlwifi/rtl8192de/fw.h   |  61 ++--------
 .../wireless/realtek/rtlwifi/rtl8192ee/fw.h   |  36 +++---
 .../wireless/realtek/rtlwifi/rtl8723ae/fw.h   |  14 +--
 .../wireless/realtek/rtlwifi/rtl8723be/fw.h   |  30 +++--
 .../wireless/realtek/rtlwifi/rtl8821ae/fw.h   | 102 +++++++---------
 drivers/net/wireless/realtek/rtlwifi/wifi.h   | 115 ------------------
 14 files changed, 173 insertions(+), 379 deletions(-)

-- 
2.24.0


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

end of thread, other threads:[~2019-12-18 18:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 22:09 [PATCH v2 0/9] rtlwifi: Complete removal of local bit manipulation macros Larry Finger
2019-11-25 22:09 ` [PATCH v2 1/9] rtlwifi: rtl8192de: Remove usage of private " Larry Finger
2019-12-18 18:23   ` Kalle Valo
2019-11-25 22:09 ` [PATCH v2 2/9] rtlwifi: rtl8188ee: Remove usage of private bit manipulation Larry Finger
2019-11-25 22:09 ` [PATCH v2 3/9] rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit manipulation macros Larry Finger
2019-11-25 22:09 ` [PATCH v2 4/9] rtlwifi: Remove dependence on special bit manipulation macros for common driver Larry Finger
2019-11-25 22:09 ` [PATCH v2 5/9] rtlwifi: rtl88821ae: Remove usage of private bit manipulation macros Larry Finger
2019-11-25 22:09 ` [PATCH v2 6/9] rtlwifi: rtl8192ee: " Larry Finger
2019-11-25 22:09 ` [PATCH v2 7/9] rtlwifi: rtl8723ae: " Larry Finger
2019-11-25 22:09 ` [PATCH v2 8/9] rtlwifi: rtl8723be: " Larry Finger
2019-11-25 22:09 ` [PATCH v2 9/9] rtlwifi: Remove last definitions of local " 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).