Re: [PATCH 2/2] staging: rtl8723bs: remove dead RTL8192C function declarations
From: Greg Kroah-Hartman
Date: Tue Sep 01 2026 - 06:00:08 EST
On Tue, Aug 11, 2026 at 11:23:55PM +0900, Jonggeun Park wrote:
> 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@xxxxxxxxx>
> ---
> 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
>
This patch was already in the latest tree, sorry.
greg k-h