[PATCH 1/2] staging: rtl8723bs: remove unused rtl8192c_query_rx_desc_status declaration
From: Azamat Rakhim
Date: Fri Mar 13 2026 - 15:09:27 EST
The function rtl8192c_query_rx_desc_status is declared in rtl8192c_recv.h
but never defined or called anywhere in the driver.
Signed-off-by: Azamat Rakhim <azamatrakhim8@xxxxxxxxx>
---
drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
index 9664758e21be..abc7a7c418af 100644
--- a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
+++ b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
@@ -34,8 +34,6 @@ 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