> -----Original Message-----
> From: Dmitry Antipov <[email protected]>
> Sent: Monday, October 16, 2023 9:59 PM
> To: Ping-Ke Shih <[email protected]>
> Cc: Kalle Valo <[email protected]>; [email protected]; Dmitry Antipov <[email protected]>
> Subject: [PATCH 2/3] wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface
>
> Since 'fill_fake_txdesc()' is actually implemented for rtl8192cu
> only but never used, there is no need to maintain function pointer
> in 'struct rtl_hal_ops' and 'rtl92cu_fill_fake_txdesc()' may be
> dropped. Compile tested only.
>
> Signed-off-by: Dmitry Antipov <[email protected]>
Acked-by: Ping-Ke Shih <[email protected]>