From: Azamat Rakhim <azamatrakhim8@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev,
Azamat Rakhim <azamatrakhim8@gmail.com>
Subject: [PATCH v2] staging: rtl8723bs: replace rtl8192c_recv.h with rtl8723b_recv.h
Date: Sun, 15 Mar 2026 00:07:04 +0500 [thread overview]
Message-ID: <20260314190704.11945-1-azamatrakhim8@gmail.com> (raw)
Move the used definitions into rtl8723b_recv.h and delete
rtl8192c_recv.h.
Signed-off-by: Azamat Rakhim <azamatrakhim8@gmail.com>
---
.../staging/rtl8723bs/include/rtl8192c_recv.h | 37 -------------------
.../staging/rtl8723bs/include/rtl8723b_recv.h | 21 ++++++++++-
2 files changed, 20 insertions(+), 38 deletions(-)
delete mode 100644 drivers/staging/rtl8723bs/include/rtl8192c_recv.h
diff --git a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
deleted file mode 100644
index e2e9aa03ffdf..000000000000
--- a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/******************************************************************************
- *
- * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
- *
- ******************************************************************************/
-#ifndef _RTL8192C_RECV_H_
-#define _RTL8192C_RECV_H_
-
-#define MAX_RECVBUF_SZ (10240)
-
-struct phy_stat {
- unsigned int phydw0;
-
- unsigned int phydw1;
-
- unsigned int phydw2;
-
- unsigned int phydw3;
-
- unsigned int phydw4;
-
- unsigned int phydw5;
-
- unsigned int phydw6;
-
- unsigned int phydw7;
-};
-
-/* 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
diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_recv.h b/drivers/staging/rtl8723bs/include/rtl8723b_recv.h
index 783f64de0aec..e05f4975b6ca 100644
--- a/drivers/staging/rtl8723bs/include/rtl8723b_recv.h
+++ b/drivers/staging/rtl8723bs/include/rtl8723b_recv.h
@@ -7,7 +7,26 @@
#ifndef __RTL8723B_RECV_H__
#define __RTL8723B_RECV_H__
-#include <rtl8192c_recv.h>
+#define MAX_RECVBUF_SZ (10240)
+#define Rx_Smooth_Factor (20)
+
+struct phy_stat {
+ unsigned int phydw0;
+
+ unsigned int phydw1;
+
+ unsigned int phydw2;
+
+ unsigned int phydw3;
+
+ unsigned int phydw4;
+
+ unsigned int phydw5;
+
+ unsigned int phydw6;
+
+ unsigned int phydw7;
+};
struct rxreport_8723b {
/* DWORD 0 */
--
2.43.0
next reply other threads:[~2026-03-14 19:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 19:07 Azamat Rakhim [this message]
2026-03-15 1:27 ` [PATCH v2] staging: rtl8723bs: replace rtl8192c_recv.h with rtl8723b_recv.h Ethan Tidmore
2026-03-18 15:42 ` Greg KH
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=20260314190704.11945-1-azamatrakhim8@gmail.com \
--to=azamatrakhim8@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