Re: [PATCH 1/2] staging: rtl8723bs: remove unused rtl8192c_query_rx_desc_status declaration

From: Ethan Tidmore

Date: Fri Mar 13 2026 - 16:39:06 EST


On Fri Mar 13, 2026 at 2:06 PM CDT, Azamat Rakhim wrote:
> 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>
> ---

Looking at rtl8192c_recv.h, it looks like you can rather easily just
delete the entire header file. Just put the things that are used
elsewhere in the driver into rtl8723b_recv.h.

Thanks,

ET