All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 0/9] staging: rtl8192e: Replace macros in r8192E_phy.h
Date: Fri, 17 Mar 2023 20:13:06 +0100	[thread overview]
Message-ID: <cover.1679077522.git.philipp.g.hortmann@gmail.com> (raw)

Remove unused variable or macro or replace custom macro with standard
kernel macro or function.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (9):
  staging: rtl8192e: Remove unused variable rtl819XAGCTAB_Array
  staging: rtl8192e: Remove double defined constants bMaskBytex and
    bMask..
  staging: rtl8192e: Replace macro skb_tail_pointer_rsl with standard f.
  staging: rtl8192e: Remove unused macro queue_delayed_work_rsl and
    queu..
  staging: rtl8192e: Replace macro INIT_DELAYED_WORK_RSL with standard
    m.
  staging: rtl8192e: Replace macro INIT_WORK_RSL with standard macro
  staging: rtl8192e: Replace macro container_of_work_rsl with standard
    f.
  staging: rtl8192e: Replace macro iwe_stream_add_event_rsl with
    standard f.
  staging: rtl8192e: Replace macro iwe_stream_add_point_rsl with
    standard f.

 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 10 -----
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  | 38 +++++++----------
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  3 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |  3 +-
 drivers/staging/rtl8192e/rtllib.h             | 15 -------
 drivers/staging/rtl8192e/rtllib_softmac.c     | 23 ++++------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  3 +-
 drivers/staging/rtl8192e/rtllib_wx.c          | 42 +++++++------------
 8 files changed, 41 insertions(+), 96 deletions(-)

-- 
2.39.2


             reply	other threads:[~2023-03-17 19:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17 19:13 Philipp Hortmann [this message]
2023-03-17 19:13 ` [PATCH 1/9] staging: rtl8192e: Remove unused variable rtl819XAGCTAB_Array Philipp Hortmann
2023-03-17 19:13 ` [PATCH 2/9] staging: rtl8192e: Remove double defined constants bMaskBytex and bMask Philipp Hortmann
2023-03-17 19:13 ` [PATCH 3/9] staging: rtl8192e: Replace macro skb_tail_pointer_rsl with standard f Philipp Hortmann
2023-03-17 19:13 ` [PATCH 4/9] staging: rtl8192e: Remove unused macro queue_delayed_work_rsl and queu Philipp Hortmann
2023-03-22  9:15   ` Greg Kroah-Hartman
2023-03-17 19:13 ` [PATCH 5/9] staging: rtl8192e: Replace macro INIT_DELAYED_WORK_RSL with standard m Philipp Hortmann
2023-03-17 19:13 ` [PATCH 6/9] staging: rtl8192e: Replace macro INIT_WORK_RSL with standard macro Philipp Hortmann
2023-03-17 19:13 ` [PATCH 7/9] staging: rtl8192e: Replace macro container_of_work_rsl with standard f Philipp Hortmann
2023-03-17 19:13 ` [PATCH 8/9] staging: rtl8192e: Replace macro iwe_stream_add_event_rsl " Philipp Hortmann
2023-03-17 19:14 ` [PATCH 9/9] staging: rtl8192e: Replace macro iwe_stream_add_point_rsl " Philipp Hortmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1679077522.git.philipp.g.hortmann@gmail.com \
    --to=philipp.g.hortmann@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.