Linux kernel staging patches
 help / color / mirror / Atom feed
From: Jonggeun Park <ndamin221@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	Jonggeun Park <ndamin221@gmail.com>
Subject: [PATCH 2/2] staging: rtl8723bs: remove dead RTL8192C function declarations
Date: Tue, 11 Aug 2026 23:23:55 +0900	[thread overview]
Message-ID: <20260811142355.60533-3-ndamin221@gmail.com> (raw)
In-Reply-To: <20260811142355.60533-1-ndamin221@gmail.com>

include/rtl8192c_recv.h declares two functions:

  rtl8192c_translate_rx_signal_stuff()
  rtl8192c_query_rx_desc_status()

Neither has a definition or any caller in the kernel tree.

Remove them as a step toward the TODO item "find and remove any code
for other chips that is left over".

No functional change.

Signed-off-by: Jonggeun Park <ndamin221@gmail.com>
---
 drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
index 1f86654f0..b63625ab4 100644
--- a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
+++ b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
@@ -30,7 +30,4 @@ struct phy_stat {
 /*  Rx smooth factor */
 #define	Rx_Smooth_Factor (20)
 
-void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status);
-void rtl8192c_query_rx_desc_status(union recv_frame *precvframe, struct recv_stat *pdesc);
-
 #endif
-- 
2.43.0


      parent reply	other threads:[~2026-08-11 14:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-11 14:23 [PATCH 0/2] staging: rtl8723bs: small cleanup of RTL8192C leftovers Jonggeun Park
2026-08-11 14:23 ` [PATCH 1/2] staging: rtl8723bs: fix stale file name references in comments Jonggeun Park
2026-08-11 14:23 ` Jonggeun Park [this message]

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=20260811142355.60533-3-ndamin221@gmail.com \
    --to=ndamin221@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox