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: Remove undefined functions like data_hard_stop
Date: Sat, 13 May 2023 20:08:33 +0200	[thread overview]
Message-ID: <cover.1683960684.git.philipp.g.hortmann@gmail.com> (raw)

Remove functions that are declared but not defined.

Tested with rtl8192e (WLL6130-D99)
Transferred this patch over wlan connection of rtl8192e

Philipp Hortmann (9):
  staging: rtl8192e: Remove undefined function data_hard_stop
  staging: rtl8192e: Remove undefined function data_hard_resume
  staging: rtl8192e: Remove functions rtllib_start_hw_scan and stop
  staging: rtl8192e: Remove undefined function reset_port
  staging: rtl8192e: Remove undefined function hard_start_xmit
  staging: rtl8192e: Remove undefined function set_security
  staging: rtl8192e: Remove undefined function SetFwCmdHandler
  staging: rtl8192e: Remove undefined function
    UpdateBeaconInterruptHandler
  staging: rtl8192e: Remove undefined function LedControlHandler

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  4 --
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  | 29 ---------
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    | 13 +---
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  4 --
 drivers/staging/rtl8192e/rtllib.h             | 29 ---------
 drivers/staging/rtl8192e/rtllib_softmac.c     | 60 ++-----------------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  | 13 +---
 drivers/staging/rtl8192e/rtllib_tx.c          |  8 +--
 drivers/staging/rtl8192e/rtllib_wx.c          | 25 --------
 9 files changed, 9 insertions(+), 176 deletions(-)

-- 
2.40.1


             reply	other threads:[~2023-05-13 18:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-13 18:08 Philipp Hortmann [this message]
2023-05-13 18:08 ` [PATCH 1/9] staging: rtl8192e: Remove undefined function data_hard_stop Philipp Hortmann
2023-05-13 18:08 ` [PATCH 2/9] staging: rtl8192e: Remove undefined function data_hard_resume Philipp Hortmann
2023-05-13 18:08 ` [PATCH 3/9] staging: rtl8192e: Remove functions rtllib_start_hw_scan and stop Philipp Hortmann
2023-05-13 18:09 ` [PATCH 4/9] staging: rtl8192e: Remove undefined function reset_port Philipp Hortmann
2023-05-13 18:09 ` [PATCH 5/9] staging: rtl8192e: Remove undefined function hard_start_xmit Philipp Hortmann
2023-05-13 18:09 ` [PATCH 6/9] staging: rtl8192e: Remove undefined function set_security Philipp Hortmann
2023-05-13 18:09 ` [PATCH 7/9] staging: rtl8192e: Remove undefined function SetFwCmdHandler Philipp Hortmann
2023-05-13 18:09 ` [PATCH 8/9] staging: rtl8192e: Remove undefined function UpdateBeaconInterruptHandler Philipp Hortmann
2023-05-13 18:09 ` [PATCH 9/9] staging: rtl8192e: Remove undefined function LedControlHandler Philipp Hortmann
2023-05-28  6:38   ` staging: rtl8192e: Replace drivers rtllib_crypt_ccmp_... with lib80211_crypt_ Philipp Hortmann
2023-05-28 18:37     ` Larry Finger

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